getCameraCullingNear method

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

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

Implementation

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