Version: 2023.2
언어: 한국어

RayTracingModeMask

enumeration

매뉴얼로 전환

설명

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

변수

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.