AudioMesh:setPose
EditSets the position and orientation of the AudioMesh.
Set the pose using numbers.
Arguments
| Name | Type | Description |
| x | number | The x position of the AudioMesh. |
| y | number | The y position of the AudioMesh. |
| z | number | The z position of the AudioMesh. |
| 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. |
Returns
Nothing
Set the pose using vector types.
Arguments
| Name | Type | Description |
| position | vector | The position. |
| orientation | quaternion | The orientation. |
Returns
Nothing