Browse level tree
studio_browseQuery the OVERDARE Studio level instance tree. Filter by class type (e.g., Part, Script) and limit tree depth for targeted inspection.
Instructions
OVERDARE Studio 레벨 인스턴스 트리를 조회한다 (RPC level.browse). 각 노드는 guid/name/class/children 을 가진다. startGuid 로 특정 노드부터, classType 으로 클래스 필터(예 Part/Script), maxDepth 로 깊이 제한(1=최상위만 권장).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxDepth | No | 트리 깊이 제한 (1=최상위만) | |
| classType | No | 이 클래스만 (예 "Part", "Script") | |
| startGuid | No | 이 GUID 노드부터 조회 |