EntityPrefab._componentConfigurators Field Definition Namespace: Brine2D.ECS Component configuration actions \(called after component is added\). C#private readonly List<Action<Entity>> _componentConfigurators; Field Value System.Collections.Generic.List<System.Action<Entity>>