csharp
public sealed class WritesAttributeDeclares the component types a system writes.
No guide page documents this yet — the page shows what the code says about itself.
As a annotation
- Valid on
- Class, Struct, repeatable
Fields and properties (1)
public IReadOnlyList<Type> ComponentTypesThe component types.
Methods (1)
public WritesAttribute(params Type[] componentTypes)Declares the component types a system writes.
Used by (10)
- DisjointWriterSystemVixen.Engine.Tests
- HealSystemVixen.Ecs.Tests
- IntegrateSystemVixen.Ecs.Tests
- MoveSystemVixen.Ecs.Tests
- SchedulingHealerSystemVixen.Ecs.Tests
- SchedulingWriterSystemVixen.Ecs.Tests
- SecondMarkedWriterSystemVixen.Engine.Tests
- SecondSchedulingWriterSystemVixen.Ecs.Tests
- SpawnSystemVixen.Ecs.Tests
- SystemAccessVixen.Ecs