Click or drag to resize

SpriteBase3DSetAxis Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.SpriteBase3D.SetAxis(Godot.Vector3.Axis)"]

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(
	Vector3Axis axis
)

Parameters

axis
Type: GodotVector3Axis

[Missing <param name="axis"/> documentation for "M:Godot.SpriteBase3D.SetAxis(Godot.Vector3.Axis)"]

See Also