Version: 2021.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.