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

RayTracingAccelerationStructure.RemoveInstance

切换到手册
public void RemoveInstance (Renderer targetRenderer);
public void RemoveInstance (int handle);

参数

targetRenderer The Renderer ray tracing instance to remove from the RayTracingAccelerationStructure.
handle The handle returned by the AddInstance function in the case of a AABB ray tracing instance.

描述

Removes a ray tracing instance from this RayTracingAccelerationStructure.

This function is the primary way to remove a ray tracing instance associated with a Renderer from a manually managed RayTracingAccelerationStructure.

If the ray tracing instance is associated with a axis-aligned bounding box (AABBs) GraphicsBuffer, the handle returned by the RayTracingAccelerationStructure.AddInstance function should be passed as argument.

Note that to build the acceleration structure on the GPU, you must call RayTracingAccelerationStructure.Build or CommandBuffer.BuildRayTracingAccelerationStructure.

See Also: RayTracingAccelerationStructure.AddInstance, RayTracingAccelerationStructure.ClearInstances.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961