Vixen
02b45cc4
csharp
public readonly record struct LodMembership

Which LOD group an object belongs to, and which level of it it is.

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

Fields and properties (2)

  • public int Group

    The group's index, or 0 for an object with no LOD.

  • public int Level

    Which level this object is — 0 is the most detailed.

Methods (1)

  • public LodMembership(int Group, int Level)

    Which LOD group an object belongs to, and which level of it it is.

Used by (1)

  • LodRenderFeatureVixen.Rendering