Click or drag to resize

QuatSetAxisAngle Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Quat.SetAxisAngle(Godot.Vector3,System.Single)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetAxisAngle is deprecated. Use the Quat(Vector3, real_t) constructor instead.", 
	true)]
public void SetAxisAngle(
	Vector3 axis,
	float angle
)

Parameters

axis
Type: GodotVector3

[Missing <param name="axis"/> documentation for "M:Godot.Quat.SetAxisAngle(Godot.Vector3,System.Single)"]

angle
Type: SystemSingle

[Missing <param name="angle"/> documentation for "M:Godot.Quat.SetAxisAngle(Godot.Vector3,System.Single)"]

See Also