C# Class Dabrorius.MonoPunk.Anim

Mostra file Open project: dabrorius/MonoPunk Class Usage Examples

Public Methods

Method Description
Anim ( string name, int frames, double frameRate, bool loop = true ) : System
Play ( bool reset = false ) : void

Method Details

Anim() public method

public Anim ( string name, int frames, double frameRate, bool loop = true ) : System
name string
frames int
frameRate double
loop bool
return System

Play() public method

public Play ( bool reset = false ) : void
reset bool
return void