AudioMesh:setPose

Edit

Sets the position and orientation of the AudioMesh.



Set the pose using numbers.

Arguments

NameTypeDescription
xnumber The x position of the AudioMesh.
ynumber The y position of the AudioMesh.
znumber The z position of the AudioMesh.
anglenumber The number of radians the AudioMesh is rotated around its axis of rotation.
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 pose using vector types.

Arguments

NameTypeDescription
positionvector The position.
orientationquaternion The orientation.

Returns

Nothing

See also