C# Class Vtj.Gaming.AnimationSequence

Groups a set of sprites in a sequence that can be animated
Exibir arquivo 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_oe property

public int Delay
return int

Loop public_oe property

public bool Loop
return bool

Sprites public_oe property

public List Sprites
return List