C# Class Terrarium.Renderer.TerrariumSprite

An object used by the Graphics Engine to render a creature.
Mostra file Open project: eugeniomiro/Terrarium Class Usage Examples

Public Methods

Method Description
AdvanceFrame ( ) : void

Controls movement and frame advancement for the sprite.

Method Details

AdvanceFrame() public method

Controls movement and frame advancement for the sprite.
public AdvanceFrame ( ) : void
return void