Enum GravityOverride
Locks the gravity for the given provider.
Namespace: UnityEngine.XR.Interaction.Toolkit.Locomotion.Gravity
Assembly: Unity.XR.Interaction.Toolkit.dll
Syntax
public enum GravityOverride
Fields
| Name | Description |
|---|---|
| ForcedOff | Overrides the gravity provider to not use gravity. |
| ForcedOn | Overrides the gravity provider to use gravity. |