Skip to content

SequentialAttribute Class

Definition

Namespace: Brine2D.ECS.Systems

Marks a system to always execute sequentially \(single\-threaded\). Use this for systems that are not thread-safe or have strict ordering requirements.

C#
public sealed class SequentialAttribute : System.Attribute

Inheritance System.ObjectSystem.Attribute → SequentialAttribute