Capítulo 467 de 859
Applies a rotation to the given position node.
Constructor
| Signature |
|---|
new RotateNode( positionNode : Node, rotationNode : Node ) |
Properties
| Property | Description |
|---|---|
.positionNode : Node | The position node. |
.rotationNode : 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. |
Methods
| Method | Description |
|---|---|
.generateNodeType( builder : NodeBuilder ) : string | The type of the RotateNode#positionNode defines the node's type. |