resource_get_material_properties
Retrieve material properties such as albedo color, metallic, and roughness from a Godot material resource file.
Instructions
Get properties from a material resource file.
Category: Resource
Args: project_path: Path to the Godot project directory material_path: Path to the material file (e.g., "materials/red.tres")
Returns: JSON containing material properties: type, albedo_color, metallic, roughness, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | ||
| material_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |