GridLayer.setOrigin¶
Summary¶
GridLayer.setOrigin sets the grid's world-space origin. The tuple contains X, Y, and Z coordinates.
Syntax¶
Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
origin |
[number, number, number] |
Yes | World-space X/Y/Z grid origin. |
Returns¶
this - The same instance for method chaining.