RaycastBuffer
A read-only container for the raycast buffer information generated during scanning.
Declaration
class RaycastBufferProperties
| Name | Type | Summary |
|---|---|---|
| var normals | RawImage | The normals image of the raycast buffer. |
| var positionAndConfidence | RawImage | The position and confidence image of the raycast buffer. |
| var rgba | RawImage | The RGBA image of the raycast buffer. |