Struct WorldRenderBounds
An unmanaged component that represents the world-space render bounds.
Namespace: Unity.Rendering
Assembly: solution.dll
Syntax
public struct WorldRenderBounds : IComponentData, IQueryTypeParameter
Remarks
Entities Graphics automatically calculates this component value and uses it for visibility culling.
Fields
Name | Description |
---|---|
Value | The axis-aligned render bounds. |