Version: 2020.1
언어: 한국어
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);

파라미터

sceneManagementMode Chooses whether a RayTracingAccelerationStructure will be managed by the user or Unity Engine.
rayTracingModeMask Filters Renderers to add to the RayTracingAccelerationStructure based on their RayTracingAccelerationStructure.RayTracingMode.

설명

Creates a RayTracingAccelerationStructure.RASSettings from the given configuration.