reveal abstract method

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

Reveal the node meshName under entity. Only applicable if hide had previously been called; this is a no-op otherwise.

Implementation

Future reveal(ThermionEntity entity, String? meshName);