C# Class SpriteEditor.Animation

Mostrar archivo Open project: fallahn/xygine Class Usage Examples

Public Methods

Method Description
Animation ( string name, uint start, uint end, bool loop = true ) : System

Method Details

Animation() public method

public Animation ( string name, uint start, uint end, bool loop = true ) : System
name string
start uint
end uint
loop bool
return System