getBoundingBox abstract method

Future<Aabb3> getBoundingBox(
  1. ThermionEntity entity
)

Gets the bounding box for entity (which is assumed to be have a renderable component attached).

Implementation

Future<Aabb3> getBoundingBox(ThermionEntity entity);