Model:getNodeDrawCount
EditReturns the number of meshes attached to a node. Each mesh is drawn individually.
Arguments
Name | Type | Description |
index | number | The index of a node. |
Returns
Name | Type | Description |
count | number | The number of draws in the node. |
Arguments
Name | Type | Description |
name | string | The name of a node. |
Returns
Name | Type | Description |
count | number | The number of draws in the node. |