File: RotateNode.md | Updated: 11/15/2025
Applies a rotation to the given position node.
Constructs a new rotate node.
positionNode | The position node.
---|---
rotationNode | Represents the rotation that is applied to the position node. Depending on whether the position data are 2D or 3D, the rotation is expressed a single float value or an Euler value.
The position node.
Represents the rotation that is applied to the position node. Depending on whether the position data are 2D or 3D, the rotation is expressed a single float value or an Euler value.
The type of the RotateNode#positionNode defines the node's type.
builder | The current node builder.
---|---
Overrides: TempNode#getNodeType
Returns: The node's type.