Skip to content

Behavior.StartFailed Property

Definition

Namespace: Brine2D.ECS

Gets whether OnStart() threw an exception on its last attempt. When true, the behavior is silently skipped each tick. Call ResetStart() to allow OnStart() to run again.

C#
public bool StartFailed { get; }

Property Value

System.Boolean