logicalCulling property

bool logicalCulling

Whether the logical world should cull components.

Implementation

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

Implementation

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