public ParticleSystem.PlaybackState GetPlaybackState ();

Valor de retorno

PlaybackState The current internal state of the Particle System.

Descripción

Returns all the data that relates to the current internal state of the Particle System.

If you want to restore the Particle System to its current state in the future, store the PlaybackState this function returns along with ParticleSystem.GetParticles and ParticleSystem.GetTrails.

See Also: PlaybackState, SetPlaybackState, GetTrails.