getViewportBoundingBox abstract method

Future<Aabb2> getViewportBoundingBox(
  1. ThermionEntity entity
)

Gets the 2D bounding box (in viewport coordinates) for the given entity.

Implementation

Future<Aabb2> getViewportBoundingBox(ThermionEntity entity);