namespace UnityEngine.XR.Interaction.Toolkit.Locomotion.Gravity { /// /// Locks the gravity for the given provider. /// /// public enum GravityOverride { /// /// Overrides the gravity provider to not use gravity. /// ForcedOff, /// /// Overrides the gravity provider to use gravity. /// ForcedOn, } }