Version: 2023.1
言語: 日本語

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.