Euler
Node description and basic instructions
Description
Compute rotation from Vector3 that rotates z degrees around the z axis, x degrees around the x axis, and y degrees around the y axis.
To create it, right-click in the editor and select Create Node/Tasks/Quaternion/Euler
This task node has a number of fields, that are highlighted in picture below.

Fields
Name
Description
Node Name
Name of node.
Ignore About Self
Whether node ignores abort self or not.
Euler Angles
Euler Angles in Vector3 representation.
Store Result
Rotation that rotates z degrees around the z axis, x degrees around the x axis, and y degrees around the y axis.
Last updated