Click or drag to resize

InputEventMIDISetPitch Method

Note: This API is now obsolete.

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

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

Parameters

pitch
Type: SystemInt32

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

See Also