moveCameraToAsset method

  1. @override
Future<void> moveCameraToAsset(
  1. ThermionEntity entity
)
override

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;
}