FixedUpdateSystemBase.StartFailed Property
Definition
Namespace: Brine2D.ECS.Systems
Gets whether OnStart\(IEntityWorld\) threw an exception on its last attempt. When true, the system is silently skipped each tick. Call ResetStart() to allow OnStart\(IEntityWorld\) to run again.