GetMode(ParticleSystemCustomData)
Find out the type of custom data that is being generated for the chosen data stream.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.ParticleSystemModule
public ParticleSystemCustomDataMode GetMode(ParticleSystemCustomData stream)
Parameters
The name of the custom data stream to query.
Returns
Type | Description |
|---|---|
| ParticleSystemCustomDataMode | The type of data being generated for the requested stream. |
Remarks
Additional Resources: ParticleSystem.CustomDataModule.SetMode, ParticleSystem.GetCustomParticleData.