C# Class Engine.Objects.TileAnimHandler

Provides an easy method to animate tiles on a map.
Afficher le fichier Open project: Radnen/sphere-sfml Class Usage Examples

Méthodes publiques

Méthode Description
AddTile ( int index, int frames ) : void
Animate ( ) : void
Reset ( ) : void
TileAnimHandler ( FastTextureAtlas atlas ) : System

Method Details

AddTile() public méthode

public AddTile ( int index, int frames ) : void
index int
frames int
Résultat void

Animate() public méthode

public Animate ( ) : void
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

TileAnimHandler() public méthode

public TileAnimHandler ( FastTextureAtlas atlas ) : System
atlas FastTextureAtlas
Résultat System