ImageAnimation ClassDelta Engine Documentation
Bunch of images used in a sprite animation. Its ContentMetaData entry contains only images. View code on GitHub
Inheritance Hierarchy

System Object
  DeltaEngine.Content ContentData
    DeltaEngine.Content ImageAnimation

Namespace: DeltaEngine.Content
Assembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public class ImageAnimation : ContentData

The ImageAnimation type exposes the following members.

Constructors

  NameDescription
Protected methodImageAnimation(String)
Initializes a new instance of the ImageAnimation class
Public methodImageAnimation( Image , Single)
Initializes a new instance of the ImageAnimation class
Top
Methods

  NameDescription
Protected methodCreateDefault (Inherited from ContentData.)
Public methodCreateMaterial
Public methodDispose (Inherited from ContentData.)
Protected methodDisposeData (Overrides ContentData DisposeData .)
Public methodInternalCreateDefault (Inherited from ContentData.)
Protected methodLoadData (Overrides ContentData LoadData(Stream).)
Public methodToString (Inherited from ContentData.)
Public methodUpdateMaterialDiffuseMap
Top
Fields

  NameDescription
Protected fieldContentChanged (Inherited from ContentData.)
Top
Properties

  NameDescription
Protected propertyAllowCreationIfContentNotFound (Inherited from ContentData.)
Public propertyDefaultDuration
Public propertyFrames
Public propertyIsDisposed (Inherited from ContentData.)
Public propertyMetaData (Inherited from ContentData.)
Public propertyName (Inherited from ContentData.)
Top
See Also