Class PlayerInput.DeviceLostEvent
Event that is triggered when an InputDevice paired to a PlayerInput is disconnected.
Implements
Inherited Members
UnityEvent<PlayerInput>.AddListener(UnityAction<PlayerInput>)
UnityEvent<PlayerInput>.RemoveListener(UnityAction<PlayerInput>)
UnityEvent<PlayerInput>.Invoke(PlayerInput)
UnityEventBase.ToString()
Namespace: UnityEngine.InputSystem
Assembly: Unity.InputSystem.dll
Syntax
[Serializable]
public class PlayerInput.DeviceLostEvent : UnityEvent<PlayerInput>, ISerializationCallbackReceiver