Class IconAnimationSequence
- Namespace
- SceneGate.Ekona.Containers.Rom
- Assembly
- SceneGate.Ekona.dll
Sequence of definition of frames for the ROM animated icon.
public class IconAnimationSequence : IFormat
- Inheritance
-
IconAnimationSequence
- Implements
-
IFormat
- Inherited Members
Properties
Frames
Gets the collection of frames.
public Collection<IconAnimationFrame> Frames { get; init; }