Version: 2022.1
언어: 한국어
public ParticleSystem.PlaybackState GetPlaybackState ();

반환

PlaybackState The current internal state of the Particle System.

설명

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.