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

  • IntruderSystemAiVillage
  • BlendShapeAnimationSystemVixen.Animation
  • BuoyancySystemVixen.Water.Physics
  • BuoyancySystemTestsVixen.Water.Physics.Tests
  • LagCompensationSystemVixen.Net.Physics
  • NetworkBoneSelectionSystemVixen.Net.Animation
  • NetworkRigidBodyCaptureSystemVixen.Net.Physics
  • NetworkRigidBodyCorrectionSystemVixen.Net.Physics
  • PerceptionSystemVixen.Ai.Perception
  • PhysicsInterpolationSystemVixen.Physics
  • PlayerInputQuantizeSystemVixen.Net.Engine
  • PredictionSmoothingSystemVixen.Net.Engine
  • SystemGraphVixen.Ecs
  • WaterImmersionSystemVixen.Water.Physics
  • BookkeepingSystemVixen.Cli.Tests