Struct MeshLODComponent
An unamanged component that represents a mesh LOD entity.
Namespace: Unity.Rendering
Assembly: solution.dll
Syntax
public struct MeshLODComponent : IComponentData, IQueryTypeParameter
Fields
| Name | Description |
|---|---|
| Group | The LOD group entity. |
| LODMask | The LOD mask. |
| ParentGroup | The mesh LOD parent group. This is used internally to optimize the LOD system. |