C# Class AnimationModels.Animation

Afficher le fichier Open project: uiacm/tower_creator Class Usage Examples

Méthodes publiques

Méthode Description
Animation ( int rowCount, int columnCount ) : System
Animation ( string name, string author, string musicFilename, int rowCount, int columnCount, List frames ) : System
DeleteFrame ( int index ) : void
InsertFrame ( int index, KeyFrame frame ) : void

Method Details

Animation() public méthode

public Animation ( int rowCount, int columnCount ) : System
rowCount int
columnCount int
Résultat System

Animation() public méthode

public Animation ( string name, string author, string musicFilename, int rowCount, int columnCount, List frames ) : System
name string
author string
musicFilename string
rowCount int
columnCount int
frames List
Résultat System

DeleteFrame() public méthode

public DeleteFrame ( int index ) : void
index int
Résultat void

InsertFrame() public méthode

public InsertFrame ( int index, KeyFrame frame ) : void
index int
frame KeyFrame
Résultat void