C# 클래스 Difficulty, RPGQuest

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

공개 프로퍼티들

프로퍼티 타입 설명
animationFactor float
battleFactor float
elementMultiplier float[]
movementFactor float
raceMultiplier float[]
sizeMultiplier float[]
statusMultiplier float[]
timeFactor float

공개 메소드들

메소드 설명
Difficulty ( ) : System.Collections
GetCopy ( ) : Difficulty,
GetData ( Hashtable ht ) : Hashtable
SetData ( Hashtable ht ) : void

메소드 상세

Difficulty() 공개 메소드

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

GetCopy() 공개 메소드

public GetCopy ( ) : Difficulty,
리턴 Difficulty,

GetData() 공개 메소드

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

SetData() 공개 메소드

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

프로퍼티 상세

animationFactor 공개적으로 프로퍼티

public float animationFactor
리턴 float

battleFactor 공개적으로 프로퍼티

public float battleFactor
리턴 float

elementMultiplier 공개적으로 프로퍼티

public float[] elementMultiplier
리턴 float[]

movementFactor 공개적으로 프로퍼티

public float movementFactor
리턴 float

raceMultiplier 공개적으로 프로퍼티

public float[] raceMultiplier
리턴 float[]

sizeMultiplier 공개적으로 프로퍼티

public float[] sizeMultiplier
리턴 float[]

statusMultiplier 공개적으로 프로퍼티

public float[] statusMultiplier
리턴 float[]

timeFactor 공개적으로 프로퍼티

public float timeFactor
리턴 float