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