Version: 2020.2
언어: 한국어
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.