Click or drag to resize

UnityXRGenericInputModuleIsAxisLessThan Method

Checks if the current value of the given axis is below the threshold.

Namespace:  ImmerseSDK.Platforms.UnityXR
Assembly:  ImmerseSDK.NoDll (in ImmerseSDK.NoDll.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
protected bool IsAxisLessThan(
	string axis,
	float threshold
)

Parameters

axis
Type: SystemString
threshold
Type: SystemSingle

Return Value

Type: Boolean
True if below the threshold, otherwise false
See Also