debugLogical property

bool debugLogical

Debug mode for the logical world.

Implementation

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

Implementation

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