Skip to content

onvaluechangedsingle

eisclimber edited this page Apr 4, 2026 · 1 revision

ValueRangeInteractable.OnValueChangedSingle

Field in ValueRangeInteractable<T, U, V>

Summary

Emitted if the value changes dynamically (i.e. when the interactor is moved). Passes the new value.

public UnityEvent<V> OnValueChangedSingle;

ExPresS XR Wiki

Tutorial Pages

Code Documentation

Clone this wiki locally