Sound::GetSoundTransformable
Defined in:
Returns a sound's 3D transform.
C4Sound.h
Prototype
const Transformable *GetSoundTransformable(void) const;
Description
The GetSoundTransformable
function returns a pointer to a sound's 3D transform. The 3D transform is used when performing spatialization for the sound. Initially, a sound has no 3D transform and the pointer returned by the GetTransformable
function is nullptr
.
See Also