C# Class Vtj.Gaming.AnimationSequence

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

Méthodes publiques

Свойство Type Description
Delay int
Loop bool
Sprites List

Méthodes publiques

Méthode Description
AddSprite ( ImageElement image, float handleX, float handleY ) : void
AddSprites ( ImageElement images, float handleX, float handleY ) : void

Method Details

AddSprite() public méthode

public AddSprite ( ImageElement image, float handleX, float handleY ) : void
image System.Html.ImageElement
handleX float
handleY float
Résultat void

AddSprites() public méthode

public AddSprites ( ImageElement images, float handleX, float handleY ) : void
images System.Html.ImageElement
handleX float
handleY float
Résultat void

Property Details

Delay public_oe property

public int Delay
Résultat int

Loop public_oe property

public bool Loop
Résultat bool

Sprites public_oe property

public List Sprites
Résultat List