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

RayTracingAccelerationStructure.RASSettingsConstructor

マニュアルに切り替える
public RayTracingAccelerationStructure.RASSettings (Experimental.Rendering.RayTracingAccelerationStructure.ManagementMode sceneManagementMode, Experimental.Rendering.RayTracingAccelerationStructure.RayTracingModeMask rayTracingModeMask, int layerMask);

パラメーター

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.

説明

Creates a RayTracingAccelerationStructure.RASSettings from the given configuration.