ma_sound_get_direction function
- @Native<ma_vec3f Function(Pointer<
ma_sound_group> pSound)>(ffi.Pointer<ma_sound>)>()
- Pointer<
ma_sound_group> pSound
Implementation
@ffi.Native<ma_vec3f Function(ffi.Pointer<ma_sound>)>()
external ma_vec3f ma_sound_get_direction(ffi.Pointer<ma_sound> pSound);