ma_sound_group_get_direction function
- @Native<ma_vec3f Function(Pointer<
ma_sound_group> pSound)>(ffi.Pointer<ma_sound_group>)>()
- Pointer<
ma_sound_group> pGroup
Implementation
@ffi.Native<ma_vec3f Function(ffi.Pointer<ma_sound_group>)>()
external ma_vec3f ma_sound_group_get_direction(
ffi.Pointer<ma_sound_group> pGroup,
);