Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


RemoveVFXInstances(Renderer)

Removes the ray tracing instances associated with a VFXRenderer from the RayTracingAccelerationStructure.
Read time 1 minuteLast updated 11 days ago

Definition

public void RemoveVFXInstances(Renderer targetRenderer)

Parameters

targetRenderer

The VFXRenderer whose instances will be removed.

Remarks