C# 클래스 BattleAnimationData, RPGQuest

상속: BaseData
파일 보기 프로젝트 열기: hughrogers/RPGQuest 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
animation BattleAnimation[]

공개 메소드들

메소드 설명
AddBattleAnimation ( string n ) : void
BattleAnimationData ( ) : System.Collections
Copy ( int index ) : void
GetCopy ( int index ) : BattleAnimation
LoadData ( ) : void
RemoveData ( int index ) : void
SaveData ( ) : void

메소드 상세

AddBattleAnimation() 공개 메소드

public AddBattleAnimation ( string n ) : void
n string
리턴 void

BattleAnimationData() 공개 메소드

public BattleAnimationData ( ) : System.Collections
리턴 System.Collections

Copy() 공개 메소드

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

GetCopy() 공개 메소드

public GetCopy ( int index ) : BattleAnimation
index int
리턴 BattleAnimation

LoadData() 공개 메소드

public LoadData ( ) : void
리턴 void

RemoveData() 공개 메소드

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

SaveData() 공개 메소드

public SaveData ( ) : void
리턴 void

프로퍼티 상세

animation 공개적으로 프로퍼티

public BattleAnimation[] animation
리턴 BattleAnimation[]