Struct OnKey
Assembly: solution.dll
Syntax
[Serializable]
[NodeDescription(OnKey.KeyEventType.Down, "The **On Key Down** event node is triggered when the user press the chosen key from the visual scripting inspector. This event will process only one time.")]
[NodeDescription(OnKey.KeyEventType.Up, "The **On Key Up** event node is triggered when the user release the chosen key from the visual scripting inspector. This event will process only one time.")]
[NodeDescription(OnKey.KeyEventType.Hold, "The **On Key Hold** event node is triggered at every frame when the user Hold the chosen key from the visual scripting inspector.")]
public struct OnKey : IEntryPointNode, INode, IHasExecutionType<OnKey.KeyEventType>
Fields
Properties
Methods
Extension Methods