instanced_mesh_details
Inspect an InstancedMesh to retrieve instance count, geometry, sample transforms, custom attributes, and instance colors.
Instructions
Inspect an InstancedMesh: count, max instances, geometry, sample transforms, custom attributes, instance colors
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | InstancedMesh name | |
| uuid | No | InstancedMesh UUID | |
| sampleCount | No | Number of instances to sample (default: 5, max: 20) | |
| startIndex | No | First instance index to sample (default: 0) |