Class InputEventMidi.PropertyName
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Cached StringNames for the properties and fields contained in this class, for fast lookup.
public class InputEventMidi.PropertyName : InputEvent.PropertyName
- Inheritance
-
InputEventMidi.PropertyName
- Inherited Members
Constructors
PropertyName()
public PropertyName()
Fields
Channel
Cached name for the 'channel' property.
public static readonly StringName Channel
Field Value
ControllerNumber
Cached name for the 'controller_number' property.
public static readonly StringName ControllerNumber
Field Value
ControllerValue
Cached name for the 'controller_value' property.
public static readonly StringName ControllerValue
Field Value
Instrument
Cached name for the 'instrument' property.
public static readonly StringName Instrument
Field Value
Message
Cached name for the 'message' property.
public static readonly StringName Message
Field Value
Pitch
Cached name for the 'pitch' property.
public static readonly StringName Pitch
Field Value
Pressure
Cached name for the 'pressure' property.
public static readonly StringName Pressure
Field Value
Velocity
Cached name for the 'velocity' property.
public static readonly StringName Velocity