docs.unity3d.com
    Show / Hide Table of Contents

    Struct EntitiesGraphicsPerThreadStats

    Represents per-thread statistics that Entities Graphics collects during runtime.

    Namespace: Unity.Rendering
    Syntax
    public struct EntitiesGraphicsPerThreadStats

    Fields

    ChunkCountAnyLod

    The chunk count across all LOD levels.

    Declaration
    public int ChunkCountAnyLod
    Field Value
    Type Description
    Int32

    ChunkCountFullyIn

    The number of chunks that contain entities which are all in the frustum.

    Declaration
    public int ChunkCountFullyIn
    Field Value
    Type Description
    Int32
    Remarks

    This stat is only available in the Editor.

    ChunkCountInstancesProcessed

    The number of chunks partially culled by the frustum.

    Declaration
    public int ChunkCountInstancesProcessed
    Field Value
    Type Description
    Int32
    Remarks

    Entities Graphics considers a chunk to be partially culled if the chunk contains some entities that are within the frustum and some entities that are outside the frustum. This stat is only available in the Editor.

    ChunkTotal

    The total number of chunks executed.

    Declaration
    public int ChunkTotal
    Field Value
    Type Description
    Int32
    Remarks

    This stat is only available in the Editor.

    DrawCommandCount

    The number of the draw commands.

    Declaration
    public int DrawCommandCount
    Field Value
    Type Description
    Int32

    DrawRangeCount

    The number of the ranges.

    Declaration
    public int DrawRangeCount
    Field Value
    Type Description
    Int32

    InstanceTests

    The total number of culling tests performed on partially culled chunks.

    Declaration
    public int InstanceTests
    Field Value
    Type Description
    Int32
    Remarks

    This stat is only available in the Editor.

    LodChanged

    Number of enabled or disabled LODs in this frame.

    Declaration
    public int LodChanged
    Field Value
    Type Description
    Int32
    Remarks

    This stat is only available in the Editor.

    LodChunksTested

    Number of tested LOD chunks.

    Declaration
    public int LodChunksTested
    Field Value
    Type Description
    Int32
    Remarks

    This stat is only available in the Editor.

    LodNoRequirements

    Number of the culling chunks without LOD data.

    Declaration
    public int LodNoRequirements
    Field Value
    Type Description
    Int32
    Remarks

    This stat is only available in the Editor.

    LodTotal

    Total count of the LOD executed.

    Declaration
    public int LodTotal
    Field Value
    Type Description
    Int32
    Remarks

    This stat is only available in the Editor.

    RenderedEntityCount

    The total number of entities that Entities Graphics renderer.

    Declaration
    public int RenderedEntityCount
    Field Value
    Type Description
    Int32
    Remarks

    This stat is only available in the Editor.

    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023