C# 클래스 AnimationModels.Animation

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

공개 메소드들

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

메소드 상세

Animation() 공개 메소드

public Animation ( int rowCount, int columnCount ) : System
rowCount int
columnCount int
리턴 System

Animation() 공개 메소드

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
리턴 System

DeleteFrame() 공개 메소드

public DeleteFrame ( int index ) : void
index int
리턴 void

InsertFrame() 공개 메소드

public InsertFrame ( int index, KeyFrame frame ) : void
index int
frame KeyFrame
리턴 void