An enum controlling which RayTracingAccelerationStructure.RayTracingModes a Renderer must have in order to be added to the RayTracingAccelerationStructure.
Nothing | Disable adding Renderers to this RayTracingAccelerationStructure. |
Static | Only add Renderers with RayTracingMode.Static set to the RayTracingAccelerationStructure. |
DynamicTransform | Only add Renderers with RayTracingMode.DynamicTransform set to the RayTracingAccelerationStructure. |
DynamicGeometry | Only add Renderers with RayTracingMode.DynamicGeometry set to the RayTracingAccelerationStructure. |
Everything | Add all Renderers to the RayTracingAccelerationStructure except for those with that have RayTracingMode.Off. |