shouldapplymovementpreset - eisclimber/ExPresS-XR GitHub Wiki

RigConfigurator.ShouldApplyMovementPreset(MovementPreset,InputMethod)

Method in RigConfigurator

Summary

Checks if the movement preset should be applied, based on the input method and the movement preset itself.

public static bool ShouldApplyMovementPreset(MovementPreset movementPreset, InputMethod inputMethod)

Parameters

Name Description
ExPresSXR.Rig.MovementPreset movementPreset MovementPreset to check.
ExPresSXR.Rig.InputMethod inputMethod InputMethod to check against.

Returns

True if the movement preset should be applied, false otherwise.

⚠️ **GitHub.com Fallback** ⚠️