Enum PlayerNotifications | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    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
    BroadcastMessages

    Like SendMessages but instead of using , use .

    InvokeCSharpEvents
    InvokeUnityEvents
    SendMessages

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

    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX