AudioMesh:setScale

Edit

Sets the scale of the AudioMesh.



Set the scale using numbers.

Arguments

NameTypeDescription
sxnumber The x scale.
synumber The y scale.
sznumber The z scale.

Returns

Nothing

Set the scale using a vector.

Arguments

NameTypeDescription
scalevector The new scale.

Returns

Nothing

See also