csharp
public readonly record struct LodRangeWhich 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 MinThe nearest level it applies to. Zero is the highest detail.
public byte MaxThe furthest level it applies to.
public static LodRange AllEvery 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