Click or drag to resize

QuatSetEuler Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Quat.SetEuler(Godot.Vector3)"]

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

Parameters

eulerYXZ
Type: GodotVector3

[Missing <param name="eulerYXZ"/> documentation for "M:Godot.Quat.SetEuler(Godot.Vector3)"]

See Also