AudioMesh:clone

Edit

Creates a lightweight copy of the AudioMesh. The clone reuses the mesh data from the parent, but it can be transformed independently.

clone = AudioMesh:clone()

Arguments

None

Returns

NameTypeDescription
cloneAudioMesh A copy of the parent AudioMesh.

See also