Click or drag to resize

InputEventMIDISetPressure Method

Note: This API is now obsolete.

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

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

Parameters

pressure
Type: SystemInt32

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

See Also