docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    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

    IComponentData
    IQueryTypeParameter
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)