docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct RenderBounds

    An unmanaged component that represent the render bounds.

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

    This is a bounding box for the entity in local coordinates. You can enlarge this box in cases where vertex animations can move parts of the mesh outside the mesh's original bounds.

    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)