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.