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