ModelData:getNodeScale
EditReturns local scale of a node, relative to its parent.
Arguments
Name | Type | Description |
index | number | The index of the node. |
Returns
Name | Type | Description |
sx | number | The x scale. |
sy | number | The y scale. |
sz | number | The z scale. |
Arguments
Name | Type | Description |
name | string | The name of the node. |
Returns
Name | Type | Description |
sx | number | The x scale. |
sy | number | The y scale. |
sz | number | The z scale. |