hide abstract method

Future hide(
  1. ThermionEntity entity,
  2. String? meshName
)

If meshName is provided, hide the node meshName under entity, otherwise hide the root node for entity. The entity still exists in memory, but is no longer being rendered into the scene. Call reveal to re-commence rendering.

Implementation

Future hide(ThermionEntity entity, String? meshName);