docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum LocomotionPhase

    Options for describing different phases of a locomotion.

    Namespace: UnityEngine.XR.Interaction.Toolkit
    Assembly: Unity.XR.Interaction.Toolkit.dll
    Syntax
    public enum LocomotionPhase
    Remarks

    It can be used for connecting with the input actions for the locomotion.

    Fields

    Name Description
    Done

    Describes the done state of a locomotion, for example, when the user has ended moving.

    Idle

    Describes the idle state of a locomotion, for example, when the user is standing still with no locomotion inputs.

    Moving

    Describes the moving state of a locomotion, for example, when the user is continuously moving by pushing the joystick.

    Started

    Describes the started state of a locomotion, for example, when the locomotion input action is started.

    See Also
    locomotionPhase
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)