Struct MeshLODGroupComponent
Represents an LOD group.
Namespace: Unity.Rendering
Assembly: solution.dll
Syntax
public struct MeshLODGroupComponent : IComponentData, IQueryTypeParameter
Remarks
Each MeshLODGroupComponent contains multiple MeshLODComponents and can also have multiple child groups.
Fields
Name | Description |
---|---|
LODDistances0 | The LOD distances for the four closest LODS. |
LODDistances1 | The LOD distances for the four furthest LODS. |
LocalReferencePoint | The local reference point which Entities Graphics uses to calculate the distance from the camera to the LOD group. |
ParentGroup | The LOD parent group. |
ParentMask | The LOD mask. |