Struct MeshLODComponent
An unamanged component that represents a mesh LOD entity.
Implements
IComponentData
IQueryTypeParameter
Namespace: Unity.Rendering
Assembly: Unity.Entities.Graphics.dll
Syntax
public struct MeshLODComponent : IComponentData, IQueryTypeParameter
Fields
Group
The LOD group entity.
Declaration
public Entity Group
Field Value
Type | Description |
---|---|
Entity |
LODMask
The LOD mask.
Declaration
public int LODMask
Field Value
Type | Description |
---|---|
int |
ParentGroup
The mesh LOD parent group. This is used internally to optimize the LOD system.
Declaration
public Entity ParentGroup
Field Value
Type | Description |
---|---|
Entity |
Implements
Unity.Entities.IComponentData
Unity.Entities.IQueryTypeParameter