C# Class xnapunk.graphics.anim.Animation

Afficher le fichier Open project: Gnoll/XNAPunk Class Usage Examples

Méthodes publiques

Свойство Type Description
Frames List
Loop bool
Name String

Méthodes publiques

Méthode Description
Animation ( bool loop ) : System

Method Details

Animation() public méthode

public Animation ( bool loop ) : System
loop bool
Résultat System

Property Details

Frames public_oe property

public List Frames
Résultat List

Loop public_oe property

public bool Loop
Résultat bool

Name public_oe property

public String Name
Résultat String