Click or drag to resize

InputEventJoypadButtonSetPressure Method

Note: This API is now obsolete.

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

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(
	float pressure
)

Parameters

pressure
Type: SystemSingle

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

See Also