Version: 1.4
LanguageEnglish
  • C#

RayTracingModeMask

enumeration

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.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答