isLocked property

bool isLocked

Is the world locked (in the middle of a time step).

Implementation

bool get isLocked => (flags & locked) == locked;