C# Class Vtj.Gaming.AnimationSequence

Groups a set of sprites in a sequence that can be animated
Show file Open project: Ventajou/Space-Dinosaurs Class Usage Examples

Public Properties

Property Type Description
Delay int
Loop bool
Sprites List

Public Methods

Method Description
AddSprite ( ImageElement image, float handleX, float handleY ) : void
AddSprites ( ImageElement images, float handleX, float handleY ) : void

Method Details

AddSprite() public method

public AddSprite ( ImageElement image, float handleX, float handleY ) : void
image System.Html.ImageElement
handleX float
handleY float
return void

AddSprites() public method

public AddSprites ( ImageElement images, float handleX, float handleY ) : void
images System.Html.ImageElement
handleX float
handleY float
return void

Property Details

Delay public property

public int Delay
return int

Loop public property

public bool Loop
return bool

Sprites public property

public List Sprites
return List