URL: https://docs.unity3d.com/ScriptReference/../Manual/../ScriptReference/ParticleSystem.SetTrails.html
er_unity_id: undefined, user_logged_in: 'no' }, environment: { environment_locale: 'en-us', environment_currency: undefined }});| Parameter | Description |
|---|---|
| trailData | The Trails to apply to the Particle System. |
Use this method with the results of an earlier call to ParticleSystem.GetTrails, in order to restore the Particle System to the state stored in the Trails object.
To fully restore a Particle System to a previous state, use this method along with ParticleSystem.SetParticles and ParticleSystem.SetPlaybackState.
Additional resources: GetTrails, SetParticles, SetPlaybackState.