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.
Inheritance System.Object → System.Attribute → SequentialAttribute