Version: 2023.1
언어: 한국어

VisualEffect.GetParticleSystemInfo

매뉴얼로 전환
public VFX.VFXParticleSystemInfo GetParticleSystemInfo (string name);
public VFX.VFXParticleSystemInfo GetParticleSystemInfo (int nameID);

파라미터

nameID The system ID. This is the same ID that Shader.PropertyToID returns.
name The name of the particle system.

반환

VFXParticleSystemInfo A VFXSystemInfo instance.

설명

Gets information on a particle system.