C# Class Engine.Objects.TileAnimHandler

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

Public Methods

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

Method Details

AddTile() public method

public AddTile ( int index, int frames ) : void
index int
frames int
return void

Animate() public method

public Animate ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

TileAnimHandler() public method

public TileAnimHandler ( FastTextureAtlas atlas ) : System
atlas FastTextureAtlas
return System