Skip to content

MatrixLookUpTableUI

Tommo J. Phillips edited this page Oct 22, 2023 · 2 revisions

MatrixLookUpTableUI

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

Properties

useGUILayout

public bool useGUILayout { get; set; }

Property Value

Boolean

enabled

public bool enabled { get; set; }

Property Value

Boolean

isActiveAndEnabled

public bool isActiveAndEnabled { get; }

Property Value

Boolean

transform

public Transform transform { get; }

Property Value

Transform

gameObject

public GameObject gameObject { get; }

Property Value

GameObject

tag

public string tag { get; set; }

Property Value

String

name

public string name { get; set; }

Property Value

String

hideFlags

public HideFlags hideFlags { get; set; }

Property Value

HideFlags

Constructors

MatrixLookUpTableUI()

public MatrixLookUpTableUI()
Clone this wiki locally