getCameraCullingNear abstract method

  1. @Deprecated("Use getCameraNear")
Future<double> getCameraCullingNear()

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

Implementation

@Deprecated("Use getCameraNear")
Future<double> getCameraCullingNear();