moveCameraToAsset method
Repositions the camera to the last vertex of the bounding box of entity
, looking at the penultimate vertex.
Implementation
@override
Future moveCameraToAsset(ThermionEntity entity) {
// TODO: implement moveCameraToAsset
throw UnimplementedError();
}