moveCameraToAsset method
Repositions the camera to the last vertex of the bounding box of entity
, looking at the penultimate vertex.
Implementation
@override
Future<void> moveCameraToAsset(ThermionEntity entity) async {
await _shim.moveCameraToAsset(entity).toDart;
}