GetParticleSystemInfo
Gets information on a particle system.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEngine.VFX
- Assembly: UnityEngine.VFXModule
GetParticleSystemInfo(int)
Gets information on a particle system.
public VFXParticleSystemInfo GetParticleSystemInfo(int nameID)
Parameters
The system ID. This is the same ID that Shader.PropertyToID returns.
Returns
Type | Description |
|---|---|
| VFXParticleSystemInfo | A VFXSystemInfo instance. |
GetParticleSystemInfo(string)
Gets information on a particle system.
public VFXParticleSystemInfo GetParticleSystemInfo(string name)
Parameters
The name of the particle system.
Returns
Type | Description |
|---|---|
| VFXParticleSystemInfo | A VFXSystemInfo instance. |