C# 클래스 BattleMenuItem, RPGQuest

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

공개 프로퍼티들

프로퍼티 타입 설명
action BattleAction,
active bool
add bool
content GUIContent
id int
info string
isTarget bool
lastActive bool
lastAdd bool
type string
useLevel int

공개 메소드들

메소드 설명
BattleMenuItem ( GUIContent c, int i, int ul, string t, bool it, string inf, BattleAction, a ) : System.Collections
BattleMenuItem ( GUIContent c, int i, string t, bool it, string inf ) : System.Collections
BattleMenuItem ( GUIContent c, int i, string t, bool it, string inf, BattleAction, a ) : System.Collections
BattleMenuItem ( string n, int i, string t, bool it, string inf ) : System.Collections
Check ( Character, c ) : bool

메소드 상세

BattleMenuItem() 공개 메소드

public BattleMenuItem ( GUIContent c, int i, int ul, string t, bool it, string inf, BattleAction, a ) : System.Collections
c GUIContent
i int
ul int
t string
it bool
inf string
a BattleAction,
리턴 System.Collections

BattleMenuItem() 공개 메소드

public BattleMenuItem ( GUIContent c, int i, string t, bool it, string inf ) : System.Collections
c GUIContent
i int
t string
it bool
inf string
리턴 System.Collections

BattleMenuItem() 공개 메소드

public BattleMenuItem ( GUIContent c, int i, string t, bool it, string inf, BattleAction, a ) : System.Collections
c GUIContent
i int
t string
it bool
inf string
a BattleAction,
리턴 System.Collections

BattleMenuItem() 공개 메소드

public BattleMenuItem ( string n, int i, string t, bool it, string inf ) : System.Collections
n string
i int
t string
it bool
inf string
리턴 System.Collections

Check() 공개 메소드

public Check ( Character, c ) : bool
c Character,
리턴 bool

프로퍼티 상세

action 공개적으로 프로퍼티

public BattleAction, action
리턴 BattleAction,

active 공개적으로 프로퍼티

public bool active
리턴 bool

add 공개적으로 프로퍼티

public bool add
리턴 bool

content 공개적으로 프로퍼티

public GUIContent content
리턴 GUIContent

id 공개적으로 프로퍼티

public int id
리턴 int

info 공개적으로 프로퍼티

public string info
리턴 string

isTarget 공개적으로 프로퍼티

public bool isTarget
리턴 bool

lastActive 공개적으로 프로퍼티

public bool lastActive
리턴 bool

lastAdd 공개적으로 프로퍼티

public bool lastAdd
리턴 bool

type 공개적으로 프로퍼티

public string type
리턴 string

useLevel 공개적으로 프로퍼티

public int useLevel
리턴 int