Gorgon
Show / Hide Table of Contents

Enum AnimationState

The current state of the animation.

Namespace: Gorgon.Animation
Assembly: Gorgon.Animation.dll
Syntax
public enum AnimationState

Fields

Name Description
Paused

The animation is paused. When it starts playing again, it will continue from where it left off.

Playing

The animation is playing.

Stopped

The animation is stopped. When it starts playing again, it will restart.

Extension Methods

GorgonNullExtensions.AsNullable<T>(object)
GorgonNullExtensions.IfNull<T>(object, T)
GorgonNullExtensions.IsNull(object)
  • Edit this page
  • View Source
In this article
Back to top Copyright 2023 - Licensed under the MIT license by Michael Winsor (Tape_Worm).
Send comments on this topic to the author