Vixen
02b45cc4
csharp
public readonly record struct ConstraintTier

One rung of the ladder a governor walks down.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (2)

  • public int SolveEvery

    Solve every n-th frame.

  • public byte Lod

    Which detail level, which is also which chains are dropped.

Methods (2)

  • public ConstraintTier(int SolveEvery, byte Lod)

    One rung of the ladder a governor walks down.

  • public override string ToString()

    Returns the fully qualified type name of this instance.

Used by (1)

  • ConstraintGovernorVixen.Animation