C4 Engine
C4 Engine API Documentation

Sound::GetSoundTransformable

Defined in:  C4Sound.h
Returns a sound's 3D transform.
Prototype

const Transformable *GetSoundTransformable(voidconst;

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

Sound::SetSoundTransformable

Transformable