-
Notifications
You must be signed in to change notification settings - Fork 17
MatrixLookUpTableUI
Tommo J. Phillips edited this page Oct 22, 2023
·
2 revisions
Namespace: TommoJProductions.ModApi
Represents The Physics Collision Matrix look up table UI logic.
public class MatrixLookUpTableUI : UnityEngine.MonoBehaviour
Inheritance Object → Object → Component → Behaviour → MonoBehaviour → MatrixLookUpTableUI
public bool useGUILayout { get; set; }
public bool enabled { get; set; }
public bool isActiveAndEnabled { get; }
public Transform transform { get; }
Transform
public GameObject gameObject { get; }
GameObject
public string tag { get; set; }
public string name { get; set; }
public HideFlags hideFlags { get; set; }
HideFlags
public MatrixLookUpTableUI()