passive property
bool
get
passive
Returns true
if this EntitySystem is passive.
Implementation
bool get passive => _passive;
Returns true
if this EntitySystem is passive.
bool get passive => _passive;