VisualEffect.GetParticleSystemInfo

Cambiar al Manual
public VFX.VFXParticleSystemInfo GetParticleSystemInfo (string name);
public VFX.VFXParticleSystemInfo GetParticleSystemInfo (int nameID);

Parámetros

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

Valor de retorno

VFXParticleSystemInfo A VFXSystemInfo instance.

Descripción

Gets information on a particle system.