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
Unity.Entities.IComponentData
Unity.Entities.IQueryTypeParameter