read_mesh_instance
Read properties of a MeshInstance node from a Godot scene. Specify scene path and optional node name to retrieve mesh data.
Instructions
Read MeshInstance properties.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_name | No | MeshInstance node name (default: first found) | |
| scene_path | Yes | Path to .tscn scene |