Applies a rotation to the given position node.
Constructor
new RotateNode(positionNode, rotationNode)| Parameter | Type | Default Value |
|---|---|---|
| positionNode | Node | — |
| rotationNode | Node | — |
Constructs a new rotate node.
| Accessor | Type | |
|---|---|---|
| get type | string | |
Properties
| Property | Type | Default Value | |
|---|---|---|---|
| positionNode | Node | — | |
| rotationNode | Node | — | |
| Method | Type | |
|---|---|---|
| generateNodeType | (builder: NodeBuilder) => string | |
| setup | (builder: any) => any | |
Extends
TempNodeTSL function for creating a rotate node.
| Parameter | Type | Default Value |
|---|---|---|
| positionNode | Node | — |
| rotationNode | Node | — |
Returns
RotateNode