Vixen
02b45cc4
csharp
public sealed class UpdateBeforeAttribute

Orders this system before 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 after this one.

Methods (1)

  • public UpdateBeforeAttribute(Type systemType)

    Orders this system before another in the same phase.

Used by (6)

  • NetworkRigidBodyCaptureSystemVixen.Net.Physics
  • NetworkRigidBodyCorrectionSystemVixen.Net.Physics
  • PhysicsInterpolationSystemVixen.Physics
  • PlayerInputQuantizeSystemVixen.Net.Engine
  • PredictionSmoothingSystemVixen.Net.Engine
  • SystemGraphVixen.Ecs