Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


aabbCount

The number of AABBs Unity uses when you build the acceleration structure for this ray tracing instance.
Read time 1 minuteLast updated 6 days ago

Definition

public int aabbCount { readonly get; set; }

Remarks

Set the value to
-1
to add all the AABBs from RayTracingAABBsInstanceConfig.aabbBuffer to the acceleration structure.