read_skeleton
Read the bone hierarchy of a Skeleton3D node in a Godot scene. Supply the scene path and optionally the node name to get the skeleton structure.
Instructions
Read Skeleton bone hierarchy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Skeleton3D node name | |
| scene_path | Yes | Path to .tscn scene |