C# Class AnimationModels.KeyFrame

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

Méthodes publiques

Méthode Description
Get ( int Row, int Column ) : Color
KeyFrame ( ) : System
KeyFrame ( int rowCount, int columnCount, System.TimeSpan startTime, ITween tween ) : System
Set ( int Row, int Column, Color Color ) : void

Method Details

Get() public méthode

public Get ( int Row, int Column ) : Color
Row int
Column int
Résultat Color

KeyFrame() public méthode

public KeyFrame ( ) : System
Résultat System

KeyFrame() public méthode

public KeyFrame ( int rowCount, int columnCount, System.TimeSpan startTime, ITween tween ) : System
rowCount int
columnCount int
startTime System.TimeSpan
tween ITween
Résultat System

Set() public méthode

public Set ( int Row, int Column, Color Color ) : void
Row int
Column int
Color Color
Résultat void