AudioMesh:setOrientation
EditSets the orientation of the AudioMesh.
Set the orientation using numbers.
Arguments
| Name | Type | Description |
| angle | number | The number of radians the AudioMesh should be rotated around its rotation axis. |
| 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 orientation using a vector.
Arguments
| Name | Type | Description |
| orientation | quaternion | The new orientation for the AudioMesh. |
Returns
Nothing