ma_sound_group_set_max_distance function
- @Native<Void Function(Pointer<
ma_sound_group> , Float)>(ffi.Pointer<ma_sound_group>, ffi.Float)>()
- Pointer<
ma_sound_group> pGroup, - double maxDistance
Implementation
@ffi.Native<ffi.Void Function(ffi.Pointer<ma_sound_group>, ffi.Float)>()
external void ma_sound_group_set_max_distance(
ffi.Pointer<ma_sound_group> pGroup,
double maxDistance,
);