docs.unity.cn
    Show / Hide Table of Contents

    Enum InputSystemUIInputModule.CursorLockBehavior

    Controls the origin point of raycasts when the cursor is locked.

    Namespace: UnityEngine.InputSystem.UI
    Syntax
    public enum CursorLockBehavior

    Fields

    Name Description Value
    OutsideScreen

    The internal pointer position will be set to -1, -1. This short-circuits the raycasting logic so no objects will be intersected. This is the default setting.

    ScreenCenter

    Raycasts will originate from the center of the screen. This mode can be useful for example to check in pointer-driven FPS games if the player is looking at some world-space object that implements the UnityEngine.EventSystems.IPointerEnterHandler and UnityEngine.EventSystems.IPointerExitHandler interfaces.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Thursday, November 3, 2022
    Terms of use