Class UI_Toggle
Inheritance
object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
UI_Toggle
Assembly: Dew.Core.dll
Syntax
public class UI_Toggle : MonoBehaviour
Fields
doNotToggleOnClick
Declaration
public bool doNotToggleOnClick
Field Value
index
Declaration
Field Value
offObject
Declaration
public GameObject offObject
Field Value
| Type |
Description |
| UnityEngine.GameObject |
|
onClick
Declaration
public UnityEvent onClick
Field Value
| Type |
Description |
| UnityEngine.Events.UnityEvent |
|
onIsCheckedChanged
Declaration
public UnityEvent<bool> onIsCheckedChanged
Field Value
| Type |
Description |
| UnityEngine.Events.UnityEvent<T0><bool> |
|
onObject
Declaration
public GameObject onObject
Field Value
| Type |
Description |
| UnityEngine.GameObject |
|
Properties
interactable
Declaration
public bool interactable { get; set; }
Property Value
isChecked
Declaration
public bool isChecked { get; set; }
Property Value
Extension Methods