Bunch of images used in a sprite animation. Its ContentMetaData entry contains only images.
View code on GitHub
Inheritance Hierarchy
DeltaEngine.Content ContentData
DeltaEngine.Content ImageAnimation
Namespace: DeltaEngine.Content
Assembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The ImageAnimation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ImageAnimation(String) | Initializes a new instance of the ImageAnimation class | |
ImageAnimation( Image , Single) | Initializes a new instance of the ImageAnimation class |
Methods
Name | Description | |
---|---|---|
CreateDefault | (Inherited from ContentData.) | |
CreateMaterial | ||
Dispose | (Inherited from ContentData.) | |
DisposeData | (Overrides ContentData DisposeData .) | |
InternalCreateDefault | (Inherited from ContentData.) | |
LoadData | (Overrides ContentData LoadData(Stream).) | |
ToString | (Inherited from ContentData.) | |
UpdateMaterialDiffuseMap |
Fields
Name | Description | |
---|---|---|
ContentChanged | (Inherited from ContentData.) |
Properties
Name | Description | |
---|---|---|
AllowCreationIfContentNotFound | (Inherited from ContentData.) | |
DefaultDuration | ||
Frames | ||
IsDisposed | (Inherited from ContentData.) | |
MetaData | (Inherited from ContentData.) | |
Name | (Inherited from ContentData.) |
See Also