Class UnityInputActionInvokerEditor
Inspector for Serenity.InputGateway.Infrastructure.Components.UnityInputActionInvoker.
Reads the available action maps and actions from the sibling UnityEngine.InputSystem.PlayerInput so they can be picked from
dropdowns, and enumerates the public parameterless methods of each target script for the method dropdown
(mirroring the reflection-based picker used by UnityReflectionCallTaskDefinitionEditor).
Namespace: Serenity.InputGateway.Infrastructure.Editor.Components
Assembly: Serenity.UnityPlayerInput.Infrastructure.Editor.dll
Syntax
public class UnityInputActionInvokerEditor : Editor
Constructors
UnityInputActionInvokerEditor()
Declaration
public UnityInputActionInvokerEditor()
Methods
OnInspectorGUI()
Declaration
public override void OnInspectorGUI()