15 [Tooltip(
"Tag to help distinguish themes")]
16 public string Tag =
"default";
18 [Tooltip(
"Default button state")]
20 [Tooltip(
"Focus button state")]
22 [Tooltip(
"Pressed button state")]
24 [Tooltip(
"Selected button state")]
26 [Tooltip(
"Focus Selected button state")]
28 [Tooltip(
"Pressed Selected button state")]
30 [Tooltip(
"Disabled button state")]
32 [Tooltip(
"Disabled Selected button state")]
35 [Tooltip(
"Current value : read only")]
38 [Tooltip(
"Interactive host : optional")]
44 Button = GetComponent<Interactive>();
52 CurrentValue = Default;
61 CurrentValue = Selected;
64 CurrentValue = FocusSelected;
67 CurrentValue = PressSelected;
70 CurrentValue = Disabled;
73 CurrentValue = DisabledSelected;
76 CurrentValue = Default;