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