Version: 2020.2
言語: 日本語
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.