docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct ChunkWorldRenderBounds

    An unmanaged component that represents the render bounds of a chunk.

    Implements
    IComponentData
    IQueryTypeParameter
    Namespace: Unity.Rendering
    Assembly: Unity.Entities.Graphics.dll
    Syntax
    public struct ChunkWorldRenderBounds : IComponentData, IQueryTypeParameter
    Remarks

    This is the combined world-space bounds for every entity inside the chunk. Entities Graphics uses it for visibility culling at the chunk level.

    Fields

    Value

    The axis-aligned render bounds.

    Declaration
    public AABB Value
    Field Value
    Type Description
    AABB

    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)