Version: 2023.1
언어: 한국어
public void RemoveInstance (Renderer targetRenderer);

파라미터

targetRenderer The Renderer associated with the ray tracing instance.

설명

Removes a ray tracing instance associated with a Renderer from this RayTracingAccelerationStructure.


public void RemoveInstance (int handle);

파라미터

handle The handle associated with an AABB or Mesh ray tracing instance.

설명

Removes a ray tracing instance associated with an axis-aligned bounding box (AABBs) GraphicsBuffer or a Mesh instance from this RayTracingAccelerationStructure.