docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum LazyFollow.RotationFollowMode

    Defines the possible rotation follow modes for the lazy follow object.

    Namespace: UnityEngine.XR.Interaction.Toolkit.UI
    Assembly: Unity.XR.Interaction.Toolkit.dll
    Syntax
    public enum LazyFollow.RotationFollowMode

    Fields

    Name Description
    Follow

    The object will smoothly maintain the same rotation as the target.

    LookAt

    The lazy follow object will rotate to face the target (designed for use with main camera as the target), maintaining its orientation relative to the target.

    LookAtWithWorldUp

    The lazy follow object will rotate to face the target (designed for use with main camera as the target), maintaining its orientation relative to the target. The up direction will be locked to the world up.

    None

    The lazy follow object will not follow any rotation.

    See Also
    rotationFollowMode
    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)