C# Класс BattleMenuItem, RPGQuest

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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