On this pageSequenceManager.isPlayingpublic bool isPlaying { get; }CopyDescription#Gets if the Sequence Manager is playingUsage#Examplebool playing = sequenceManager.isPlayingCopy