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.