Version: 2020.3
public void RemoveCollider (int index);

参数

index The Collider to remove.

描述

Removes a collision shape associated with this Particle System trigger.


public void RemoveCollider (Component collider);

参数

collider The Collider to remove.

描述

Removes a collision shape associated with this Particle System trigger.