enumeration
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseAn 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. |