diff --git a/thermion_dart/lib/src/filament/src/interface/scene.dart b/thermion_dart/lib/src/filament/src/interface/scene.dart index 07540578..fc368532 100644 --- a/thermion_dart/lib/src/filament/src/interface/scene.dart +++ b/thermion_dart/lib/src/filament/src/interface/scene.dart @@ -13,8 +13,14 @@ abstract class Scene { /// Removes all renderable entities in [asset] from this scene. /// + /// Future remove(covariant ThermionAsset asset); + /// Removes [entity] from this scene. + /// + /// + Future removeEntity(ThermionEntity entity); + /// Renders an outline around [entity] with the given color. ///