Vixen
02b45cc4
csharp
public readonly record struct LodRange

Which detail levels a goal is worth solving at.

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

Remarks

Dropping out of range eases the goal out rather than snapping it. The governor that decides what a frame can afford is not here — this is the declaration it reads.

Fields and properties (3)

  • public byte Min

    The nearest level it applies to. Zero is the highest detail.

  • public byte Max

    The furthest level it applies to.

  • public static LodRange All

    Every level.

Methods (2)

  • public LodRange(byte Min, byte Max)

    Which detail levels a goal is worth solving at.

  • public bool Contains(byte lod)

    Whether a level is in range.

Used by (2)

  • ConstraintGoalVixen.Animation
  • ConstraintStackVixen.Animation