Vixen
dd8b0a81
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 (22)

  • MouseCaptureSystemThirdPersonShooter
  • BuoyancySystemVixen.Water.Physics
  • BuoyancySystemTestsVixen.Water.Physics.Tests
  • CameraDirectorSystemVixen.Engine
  • CharacterMovementSystemVixen.Physics
  • CycleAVixen.Ecs.Tests
  • CycleBVixen.Ecs.Tests
  • LagCompensationSystemVixen.Net.Physics
  • LateSystemVixen.Ecs.Tests
  • NetworkRigidBodyCaptureSystemVixen.Net.Physics
  • NetworkTransformInterpolateSystemVixen.Net.Engine
  • PhysicsDebugDrawSystemVixen.Physics
  • PhysicsStepSystemVixen.Physics
  • PhysicsWritebackSystemVixen.Physics
  • PlayerInputQuantizeSystemVixen.Net.Engine
  • PlayerInputSystemVixen.Engine
  • PossessionSystemVixen.Engine
  • SyncStateSweepSystemVixen.Net.Engine
  • SystemGraphVixen.Ecs
  • VfxExtractionSystemVixen.Rendering
  • HaulSystemVixen.Cli.Tests
  • StraySystemVixen.Cli.Tests