Skip to content

UpdateSystemBase.ResetStart() Method

Definition

Namespace: Brine2D.ECS.Systems

Clears the start-failed state so that OnStart\(IEntityWorld\) will be retried on the next tick. Use this to recover from a transient initialization failure.

C#
public void ResetStart();

Remarks

OnStart\(IEntityWorld\) will run again exactly once on the next tick. If it throws again, StartFailed will be set to true again.