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