C# Class xnapunk.graphics.anim.Animation

Mostrar archivo 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_oe property

public List Frames
return List

Loop public_oe property

public bool Loop
return bool

Name public_oe property

public String Name
return String