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 (5)
- HealSystemVixen.Ecs.Tests
- IntegrateSystemVixen.Ecs.Tests
- MoveSystemVixen.Ecs.Tests
- SpawnSystemVixen.Ecs.Tests
- SystemAccessVixen.Ecs