removeFromScene abstract method

Future removeFromScene(
  1. 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.

Implementation

Future removeFromScene(covariant ThermionAsset asset);