updatevisualizationwithtoggle - eisclimber/ExPresS-XR GitHub Wiki
Method in ButtonVisualizer
Displays the pressed state of a button if in toggle mode.
public void UpdateVisualizationWithToggle(float value, bool toggledDown, IXRInteractable _)| Name | Description |
|---|---|
float value |
Value to be displayed. |
bool toggledDown |
Toggle state of the button. |
UnityEngine.XR.Interaction.Toolkit.Interactables.IXRInteractable _ |
Interactable to be manipulated. |