AnimationDirection Enumeration
Specifies the direction of alternating animation cycles in an animation that is repeated.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public enum AnimationDirectionValues
| Value name | Value | Description | |
|---|---|---|---|
| Normal | 0 |
Each cycle is animated in the same direction. | |
| Alternate | 1 |
Alternating cycles is animated in the reverse direction. |
Platforms
Windows, Linux, Android

