ma_sound_get_direction function

  1. @Native<ma_vec3f Function(Pointer<ma_sound_group> pSound)>(ffi.Pointer<ma_sound>)>()
ma_vec3f ma_sound_get_direction(
  1. 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);