object_details
Retrieve detailed information about a Three.js object using its name, UUID, or dot path.
Instructions
Get detailed info about a specific object by name, uuid, or path
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Object name (first match) | |
| uuid | No | Object UUID | |
| path | No | Dot path: "Scene.MyGroup.MyMesh" |