C# 클래스 AnimationData, RPGQuest

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

공개 프로퍼티들

프로퍼티 타입 설명
layer int
name string
setSpeed bool
speedFormula int

공개 메소드들

메소드 설명
AnimationData ( int l ) : System.Collections
GetData ( Hashtable ht ) : Hashtable
Init ( Animation animation, Combatant, c ) : void
SetData ( Hashtable ht ) : void

메소드 상세

AnimationData() 공개 메소드

public AnimationData ( int l ) : System.Collections
l int
리턴 System.Collections

GetData() 공개 메소드

public GetData ( Hashtable ht ) : Hashtable
ht Hashtable
리턴 Hashtable

Init() 공개 메소드

public Init ( Animation animation, Combatant, c ) : void
animation Animation
c Combatant,
리턴 void

SetData() 공개 메소드

public SetData ( Hashtable ht ) : void
ht Hashtable
리턴 void

프로퍼티 상세

layer 공개적으로 프로퍼티

public int layer
리턴 int

name 공개적으로 프로퍼티

public string name
리턴 string

setSpeed 공개적으로 프로퍼티

public bool setSpeed
리턴 bool

speedFormula 공개적으로 프로퍼티

public int speedFormula
리턴 int