VisualEffect.GetParticleSystemInfo

Switch to Manual
public VFX.VFXParticleSystemInfo GetParticleSystemInfo (string name);
public VFX.VFXParticleSystemInfo GetParticleSystemInfo (int nameID);

Parameters

nameIDThe system ID. This is the same ID that Shader.PropertyToID returns.
nameThe name of the particle system.

Returns

VFXParticleSystemInfo A VFXSystemInfo instance.

Description

Gets information on a particle system.