Vixen
02b45cc4
csharp
public sealed class UpdateAfterAttribute

Orders this system after another in the same phase.

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 Type SystemType

    The system that must run before this one.

Methods (1)

  • public UpdateAfterAttribute(Type systemType)

    Orders this system after another in the same phase.

Used by (14)

  • MouseCaptureSystemThirdPersonShooter
  • CameraDirectorSystemVixen.Engine
  • CharacterMovementSystemVixen.Physics
  • CycleAVixen.Ecs.Tests
  • CycleBVixen.Ecs.Tests
  • LateSystemVixen.Ecs.Tests
  • NetworkRigidBodyCaptureSystemVixen.Net.Physics
  • PhysicsDebugDrawSystemVixen.Physics
  • PhysicsStepSystemVixen.Physics
  • PhysicsWritebackSystemVixen.Physics
  • PlayerInputQuantizeSystemVixen.Net.Engine
  • PlayerInputSystemVixen.Engine
  • PossessionSystemVixen.Engine
  • SystemGraphVixen.Ecs