Vixen
02b45cc4
csharp
public sealed class WritesAttribute

Declares 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> ComponentTypes

    The 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