Version: 2022.3
언어: 한국어

ParticleSystemStopAction

enumeration

매뉴얼로 전환

설명

The action to perform when the Particle System stops.

변수

NoneDo nothing.
DisableDisable the GameObject containing the Particle System.
DestroyDestroy the GameObject containing the Particle System.
CallbackCall MonoBehaviour.OnParticleSystemStopped on all scripts attached to the same GameObject.