C# 클래스 AnimationModels.KeyFrame

파일 보기 프로젝트 열기: uiacm/tower_creator 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Get() 공개 메소드

public Get ( int Row, int Column ) : Color
Row int
Column int
리턴 Color

KeyFrame() 공개 메소드

public KeyFrame ( ) : System
리턴 System

KeyFrame() 공개 메소드

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

Set() 공개 메소드

public Set ( int Row, int Column, Color Color ) : void
Row int
Column int
Color Color
리턴 void