Version: 2020.2
言語: 日本語
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.