Version: 2020.2
언어: 한국어
public void RemoveSubEmitter (int index);

파라미터

index The index from which to remove a sub-emitter.

설명

Removes a sub-emitter from the given index in the array.


public void RemoveSubEmitter (ParticleSystem subEmitter);

파라미터

subEmitter The sub-emitter to remove.

설명

Removes a sub-emitter from the given index in the array.