aabbBuffer
The GraphicsBuffer that defines a list of axis-aligned bounding boxes (AABBs).
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public GraphicsBuffer aabbBuffer { readonly get; set; }
Remarks
To define an AABB, use a list of float values in the following order: minX, minY, minZ, maxX, maxY, maxZ.