addToScene abstract method

Future addToScene(
  1. covariant ThermionAsset asset
)

Adds the asset to the scene. All renderable entities attached to
the asset will be visible.

Implementation

Future addToScene(covariant ThermionAsset asset);