Version: Unity 6.1 Alpha (6000.1)
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

Flags that determine which RayTracingAccelerationStructure.RayTracingModes ray tracing instances must have in order to be added to the RayTracingAccelerationStructure.

Additional resources: Settings.

Properties

NothingDisable adding ray tracing instances to a RayTracingAccelerationStructure.
StaticAdd only ray tracing instances set to RayTracingMode.Static to the RayTracingAccelerationStructure.
DynamicTransformAdd only ray tracing instances that use RayTracingMode.DynamicTransform to a RayTracingAccelerationStructure.
DynamicGeometryAdd only ray tracing instances that use RayTracingMode.DynamicGeometry to a RayTracingAccelerationStructure.
DynamicGeometryManualUpdateAdd only ray tracing instances that use RayTracingMode.DynamicGeometryManualUpdate to a RayTracingAccelerationStructure.
EverythingAdd all ray tracing instances to a RayTracingAccelerationStructure except for those that use RayTracingMode.Off.