get_physics_material
Retrieve physics material properties from a specified node in the scene tree. Use this to inspect friction, bounce, or other physics material attributes.
Instructions
Get the physics material properties of a node
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Node path in the scene tree (e.g. 'Player/Sprite2D'). Use just the node name for root-level children (e.g. 'Player'), or empty string '' for the scene root itself. Paths are relative to the currently open scene. |