C# Class AnimationModels.KeyFrame

Exibir arquivo Open project: uiacm/tower_creator Class Usage Examples

Public Methods

Method 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 method

public Get ( int Row, int Column ) : Color
Row int
Column int
return Color

KeyFrame() public method

public KeyFrame ( ) : System
return System

KeyFrame() public method

public KeyFrame ( int rowCount, int columnCount, System.TimeSpan startTime, ITween tween ) : System
rowCount int
columnCount int
startTime System.TimeSpan
tween ITween
return System

Set() public method

public Set ( int Row, int Column, Color Color ) : void
Row int
Column int
Color Color
return void