rlGetCullDistanceFar method

  1. @override
double rlGetCullDistanceFar()
override

Implementation

@override
double rlGetCullDistanceFar() => run(
  () => RaylibDebugLabels.rlGetCullDistanceFar(),
  () => rl.Rlgl.rlGetCullDistanceFar.run.toDouble(),
);