Experimental: this API is experimental and might be changed or removed in the future.

RayTracingAccelerationStructure.RASSettingsConstructor

Switch to Manual
public RayTracingAccelerationStructure.RASSettings (Experimental.Rendering.RayTracingAccelerationStructure.ManagementMode sceneManagementMode, Experimental.Rendering.RayTracingAccelerationStructure.RayTracingModeMask rayTracingModeMask, int layerMask);

Parameters

sceneManagementModeChooses whether a RayTracingAccelerationStructure will be managed by the user or Unity Engine.
rayTracingModeMaskFilters Renderers to add to the RayTracingAccelerationStructure based on their RayTracingAccelerationStructure.RayTracingMode.

Description

Creates a RayTracingAccelerationStructure.RASSettings from the given configuration.