Skip to content

updatevisualization

eisclimber edited this page Apr 4, 2026 · 1 revision

ButtonVisualizer.UpdateVisualization(float,IXRInteractable)

Method in ButtonVisualizer

Summary

Updates the visualization based on the provided value. Should be called in the setter of the Value. In classes derived from BaseValueDescriptor call this automatically.

public override void UpdateVisualization(float value, IXRInteractable _)

Parameters

Name Description
float value Value to be displayed.
interactable Interactable to be manipulated.
value Value to be displayed.
UnityEngine.XR.Interaction.Toolkit.Interactables.IXRInteractable _ Interactable to be manipulated.

ExPresS XR Wiki

Tutorial Pages

Code Documentation

Clone this wiki locally