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

    Enum PlayerNotifications

    Determines how the triggering of an action or other input-related events are relayed to other GameObjects.

    Namespace: UnityEngine.InputSystem
    Syntax
    public enum PlayerNotifications

    Fields

    Name Description Value
    BroadcastMessages

    Like SendMessages but instead of using SendMessage, use BroadcastMessage.

    InvokeCSharpEvents

    Use plain C# callbacks.

    InvokeUnityEvents

    Have a separate UnityEvent for each notification. Allows wiring up target methods to invoke such that the connection is persisted in Unity serialized data.

    See actionEvents and related callbacks such as controlsChangedEvent.

    SendMessages

    Use SendMessage to send a message to the GameObject that PlayerInput belongs to.

    The message name will be the name of the action (e.g. "Jump"; it will not include the action map name), and the object will be the PlayerInput on which the action was triggered.

    If the notification is for an action that was triggered, SendMessageOptions will be RequireReceiver (i.e. an error will be logged if there is no corresponding method). Otherwise it will be DontRequireReceiver.

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