remove_light_ffi function
Implementation
@ffi.Native<ffi.Void Function(ffi.Pointer<ffi.Void>, EntityId)>(
symbol: '_remove_light_ffi', assetId: 'thermion_dart')
external void remove_light_ffi(
ffi.Pointer<ffi.Void> viewer,
int entityId,
);
@ffi.Native<ffi.Void Function(ffi.Pointer<ffi.Void>, EntityId)>(
symbol: '_remove_light_ffi', assetId: 'thermion_dart')
external void remove_light_ffi(
ffi.Pointer<ffi.Void> viewer,
int entityId,
);