Version: 2023.2
LanguageEnglish
  • C#

RayTracingModeMask

enumeration

Suggest a change

Success!

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.

Close

Submission failed

For 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.

Close

Cancel

Description

An enum controlling which RayTracingAccelerationStructure.RayTracingModes a Renderer must have in order to be added to the RayTracingAccelerationStructure.

Properties

NothingDisable adding Renderers to this RayTracingAccelerationStructure.
StaticOnly add Renderers with RayTracingMode.Static set to the RayTracingAccelerationStructure.
DynamicTransformOnly add Renderers with RayTracingMode.DynamicTransform set to the RayTracingAccelerationStructure.
DynamicGeometryOnly add Renderers with RayTracingMode.DynamicGeometry set to the RayTracingAccelerationStructure.
EverythingAdd all Renderers to the RayTracingAccelerationStructure except for those with that have RayTracingMode.Off.