Version: 2022.3
言語: 日本語
Experimental: this API is experimental and might be changed or removed in the future.

RayTracingAccelerationStructure.ManagementMode.Manual

マニュアルに切り替える

説明

Gives user control over populating and updating the RayTracingAccelerationStructure.

If the ManagementMode is set to Manual, then you must call RayTracingAccelerationStructure.AddInstance to add an instance to the RayTracingAccelerationStructure. Call [RayTracingAccelerationStructure.UpdateInstanceTransform]] to update a given instance's transform.