getCameraCullingFar method

  1. @override
Future<double> getCameraCullingFar()
override

Get the distance (in world units) to the far culling plane for the active camera.

Implementation

@override
Future<double> getCameraCullingFar() {
  // TODO: implement getCameraCullingFar
  throw UnimplementedError();
}