art.detail.material
Applies full material treatment to a canvas region. Specify material type, coordinates, size, and seed to generate all texture patterns for consistent pixel-art.
Instructions
Apply a full material treatment (all texture patterns for that material) to a region.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | Top-left X coordinate | |
| y | Yes | Top-left Y coordinate | |
| seed | Yes | Random seed | |
| width | Yes | Region width | |
| height | Yes | Region height | |
| material | Yes | Material type (e.g. "stone", "wood", "metal") | |
| session_id | Yes | Canvas session ID |