removeFromScene abstract method
Removes the asset from the scene. None of the renderable entities attached to the asset will be visible, but the asset itself remains valid.
Implementation
Future removeFromScene(covariant ThermionAsset asset);
Removes the asset from the scene. None of the renderable entities attached to the asset will be visible, but the asset itself remains valid.
Future removeFromScene(covariant ThermionAsset asset);