Scene_removeEntity function
void
Scene_removeEntity()
Implementation
@ffi.Native<ffi.Void Function(ffi.Pointer<TScene>, EntityId)>(isLeaf: true)
external void Scene_removeEntity(
ffi.Pointer<TScene> tScene,
int entityId,
);