C# Class xnapunk.graphics.anim.Animation

Show file Open project: Gnoll/XNAPunk Class Usage Examples

Public Properties

Property Type Description
Frames List
Loop bool
Name String

Public Methods

Method Description
Animation ( bool loop ) : System

Method Details

Animation() public method

public Animation ( bool loop ) : System
loop bool
return System

Property Details

Frames public property

public List Frames
return List

Loop public property

public bool Loop
return bool

Name public property

public String Name
return String