RASSettings(ManagementMode, RayTracingModeMask, int)
Creates a RayTracingAccelerationStructure.RASSettings from the given configuration.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Constructor
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public RASSettings(RayTracingAccelerationStructure.ManagementMode sceneManagementMode, RayTracingAccelerationStructure.RayTracingModeMask rayTracingModeMask, int layerMask)
Parameters
Chooses whether a RayTracingAccelerationStructure will be managed by the user or Unity Engine.
Filters Renderers to add to the RayTracingAccelerationStructure based on their RayTracingMode.