getCameraCullingFar method
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;
}
Get the distance (in world units) to the far culling plane for the active camera.
@override
Future<double> getCameraCullingFar() async {
return (await _shim.getCameraCullingFar().toDart).toDartDouble;
}