read_collision_polygon
Read CollisionPolygon2D points from a Godot scene. Specify a scene path and optional node path to retrieve polygon collision data.
Instructions
Read CollisionPolygon2D points from a scene.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_path | No | Specific CollisionPolygon2D node path (defaults to all) | |
| scene_path | Yes | Path to .tscn scene file |