Click or drag to resize

InputEventJoypadMotionSetAxis Method

Note: This API is now obsolete.

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

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

Parameters

axis
Type: SystemInt32

[Missing <param name="axis"/> documentation for "M:Godot.InputEventJoypadMotion.SetAxis(System.Int32)"]

See Also