visualCulling property

bool visualCulling

Whether the visual world should cull components.

Implementation

bool get visualCulling => _engine.visualCulling;
void visualCulling=(bool value)

Implementation

set visualCulling(bool value) => _engine.visualCulling = value;