C# Class BattleMenuItem, RPGQuest

Afficher le fichier Open project: hughrogers/RPGQuest Class Usage Examples

Méthodes publiques

Свойство Type Description
action BattleAction,
active bool
add bool
content GUIContent
id int
info string
isTarget bool
lastActive bool
lastAdd bool
type string
useLevel int

Méthodes publiques

Méthode Description
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

Method Details

BattleMenuItem() public méthode

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,
Résultat System.Collections

BattleMenuItem() public méthode

public BattleMenuItem ( GUIContent c, int i, string t, bool it, string inf ) : System.Collections
c GUIContent
i int
t string
it bool
inf string
Résultat System.Collections

BattleMenuItem() public méthode

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,
Résultat System.Collections

BattleMenuItem() public méthode

public BattleMenuItem ( string n, int i, string t, bool it, string inf ) : System.Collections
n string
i int
t string
it bool
inf string
Résultat System.Collections

Check() public méthode

public Check ( Character, c ) : bool
c Character,
Résultat bool

Property Details

action public_oe property

public BattleAction, action
Résultat BattleAction,

active public_oe property

public bool active
Résultat bool

add public_oe property

public bool add
Résultat bool

content public_oe property

public GUIContent content
Résultat GUIContent

id public_oe property

public int id
Résultat int

info public_oe property

public string info
Résultat string

isTarget public_oe property

public bool isTarget
Résultat bool

lastActive public_oe property

public bool lastActive
Résultat bool

lastAdd public_oe property

public bool lastAdd
Résultat bool

type public_oe property

public string type
Résultat string

useLevel public_oe property

public int useLevel
Résultat int