updatevisualizationwithtoggle - eisclimber/ExPresS-XR GitHub Wiki

ButtonVisualizer.UpdateVisualizationWithToggle(float,bool,IXRInteractable)

Method in ButtonVisualizer

Summary

Displays the pressed state of a button if in toggle mode.

public void UpdateVisualizationWithToggle(float value, bool toggledDown, IXRInteractable _)

Parameters

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.
⚠️ **GitHub.com Fallback** ⚠️