Skip to content

float01thresholdmodifier

eisclimber edited this page Apr 4, 2026 · 1 revision

Float01ThresholdModifier

Class in ExPresSXR.Interaction.ValueRangeInteractable.ValueModifier

Inherits from BaseValueRangeModifier\<U, V\>

Summary

Allows checking if a normalized float is above/below a threshold

public class Float01ThresholdModifier : BaseValueRangeModifier<float, bool>

Fields

Name Description
OnAboveThreshold Emitted when the value is above the threshold.
OnBelowThreshold Emitted when the value is below the threshold.

Methods

Name Description
EmitModifiedValue(float,float) Callback for the interactor events like OnValueChanged.

ExPresS XR Wiki

Tutorial Pages

Code Documentation

Clone this wiki locally