shouldapplymovementpreset - eisclimber/ExPresS-XR GitHub Wiki
Method in RigConfigurator
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)| Name | Description |
|---|---|
| ExPresSXR.Rig.MovementPreset movementPreset | MovementPreset to check. |
| ExPresSXR.Rig.InputMethod inputMethod | InputMethod to check against. |
True if the movement preset should be applied, false otherwise.