ModelData:getNodePosition
EditReturns local position of a node, relative to its parent.
Arguments
Name | Type | Description |
index | number | The index of the node. |
Returns
Name | Type | Description |
x | number | The x coordinate. |
y | number | The y coordinate. |
z | number | The z coordinate. |
Arguments
Name | Type | Description |
name | string | The name of the node. |
Returns
Name | Type | Description |
x | number | The x coordinate. |
y | number | The y coordinate. |
z | number | The z coordinate. |