Version: 2021.3

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.