Click or drag to resize

InputEventJoypadMotionSetAxisValue Method

Note: This API is now obsolete.

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetAxisValue is deprecated. Use the AxisValue property instead.")]
public void SetAxisValue(
	float axisValue
)

Parameters

axisValue
Type: SystemSingle

[Missing <param name="axisValue"/> documentation for "M:Godot.InputEventJoypadMotion.SetAxisValue(System.Single)"]

See Also