Click or drag to resize

InputEventMIDISetChannel Method

Note: This API is now obsolete.

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

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

Parameters

channel
Type: SystemInt32

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

See Also