9 [Script(ScriptRole.Client)]
26 if (_enabled == value)
32 for (
int i = 0; i < _graphics.Length; i++)
33 _graphics[i].CrossFadeAlpha(1.0f, 0.1f,
true);
37 for (
int i = 0; i < _graphics.Length; i++)
38 _graphics[i].CrossFadeAlpha(0.5f, 0.1f,
true);
44 MaskableGraphic[] _graphics;
49 _textElement = GetComponentInChildren<Text>();
50 _graphics = GetComponentsInChildren<MaskableGraphic>();
A visual representation of a ControlsAction. Automatically updates when the GoverningAction changes t...
ControlsAction GoverningAction
The Controls Action that governs the state of this GUI element.
static string GetActionCaption(ControlsAction action)
Returns the current caption for a given action.
static bool IsActionEnabled(ControlsAction action)
Checks if a given action is enabled.
Controls class. Allows for controls queries and controls injection from devices.