docs.unity3d.com
    目次を表示する/隠す

    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.

    トップに戻る
    Copyright © 2023 Unity Technologies — 商標と利用規約
    • 法律関連
    • プライバシーポリシー
    • クッキー
    • 私の個人情報を販売または共有しない
    • Your Privacy Choices (Cookie Settings)