Class InteractableToggleCollection
A way to control a list of radial type buttons or tabs
Inheritance
InteractableToggleCollection
Assembly: cs.temp.dll.dll
public class InteractableToggleCollection : MonoBehaviour
Fields
Declaration
Field Value
Declaration
public UnityEvent OnSelectionEvents
Field Value
Type |
Description |
UnityEvent |
|
Declaration
public Interactable[] ToggleList
Field Value
Methods
Set the toggle state of each button based on the selected item
Declaration
protected virtual void OnSelection(int index, bool force = false)
Parameters
Sets the selected index and selected Interactive
Declaration
public void SetSelection(int index)
Parameters
Type |
Name |
Description |
Int32 |
index |
|