Version: 1.4
LanguageEnglish
  • C#

ParticleSystem.CollisionModule.RemovePlane

Switch to Manual

Declaration

public void RemovePlane(int index);

Parameters

index The collision plane to remove.

Description

Removes a collision plane associated with this Particle System.


Declaration

public void RemovePlane(Transform transform);

Parameters

transform The collision plane to remove.

Description

Removes a collision plane associated with this Particle System.


对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答