Version: 2023.2
언어: 한국어

VisualEffect.GetParticleSystemNames

매뉴얼로 전환
public void GetParticleSystemNames (List<string> names);

파라미터

names The List that this function populates with the particle system names.

설명

Gets the name of every particle system.

Preallocating the input list speeds up the retrieval process.