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() async {
  return (await _shim.getCameraCullingFar().toDart).toDartDouble;
}