AudioMesh:getTransform
EditReturns transform (position, scale, and orientation) of the AudioMesh.
x, y, z, sx, sy, sz, angle, ax, ay, az = AudioMesh:getTransform()Arguments
None
Returns
| Name | Type | Description |
| x | number | The x position, in meters. |
| y | number | The y position, in meters. |
| z | number | The z position, in meters. |
| sx | number | The x scale. |
| sy | number | The y scale. |
| sz | number | The z scale. |
| angle | number | The number of radians the AudioMesh is rotated around its axis of rotation. |
| ax | number | The x component of the axis of rotation. |
| ay | number | The y component of the axis of rotation. |
| az | number | The z component of the axis of rotation. |