Layer:getPosition
EditReturns the position of the layer, in meters.
x, y, z = Layer:getPosition()Arguments
None
Returns
| Name | Type | Description |
| x | number | The x position of the layer. |
| y | number | The y position of the layer. |
| z | number | The z position of the layer. |