Click or drag to resize

InputEventMIDISetVelocity Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.InputEventMIDI.SetVelocity(System.Int32)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetVelocity is deprecated. Use the Velocity property instead.")]
public void SetVelocity(
	int velocity
)

Parameters

velocity
Type: SystemInt32

[Missing <param name="velocity"/> documentation for "M:Godot.InputEventMIDI.SetVelocity(System.Int32)"]

See Also