AudioMesh:setOrientation

Edit

Sets the orientation of the AudioMesh.



Set the orientation using numbers.

Arguments

NameTypeDescription
anglenumber The number of radians the AudioMesh should be rotated around its rotation axis.
axnumber The x component of the axis of rotation.
aynumber The y component of the axis of rotation.
aznumber The z component of the axis of rotation.

Returns

Nothing

Set the orientation using a vector.

Arguments

NameTypeDescription
orientationquaternion The new orientation for the AudioMesh.

Returns

Nothing

See also