|
Elin Modding Docs Doc
|
Public Member Functions | |
| void | SetChara (Chara c) |
| override void | OnSwitchContent (Window window) |
| void | Refresh (int idTab) |
| void | RefreshEquipment () |
Public Attributes | |
| Chara | chara |
| UIHeader | moldHeader |
| UIHeader | moldHeader2 |
| UIText | textName |
| UIText | textInfo1 |
| UIText | textInfo2 |
| UIList | moldListResist |
| UIList | moldListFeat |
| Transform | contentList |
| UINote | note |
| UIList | listEq |
| Material | matItem |
| Color | colorUnequipped |
Definition at line 7 of file WindowCharaMini.cs.
| override void WindowCharaMini.OnSwitchContent | ( | Window | window | ) |
Definition at line 17 of file WindowCharaMini.cs.
| void WindowCharaMini.Refresh | ( | int | idTab | ) |
Definition at line 27 of file WindowCharaMini.cs.
| void WindowCharaMini.RefreshEquipment | ( | ) |
Definition at line 264 of file WindowCharaMini.cs.
| void WindowCharaMini.SetChara | ( | Chara | c | ) |
Definition at line 10 of file WindowCharaMini.cs.
| Chara WindowCharaMini.chara |
Definition at line 325 of file WindowCharaMini.cs.
| Color WindowCharaMini.colorUnequipped |
Definition at line 361 of file WindowCharaMini.cs.
| Transform WindowCharaMini.contentList |
Definition at line 349 of file WindowCharaMini.cs.
| UIList WindowCharaMini.listEq |
Definition at line 355 of file WindowCharaMini.cs.
| Material WindowCharaMini.matItem |
Definition at line 358 of file WindowCharaMini.cs.
| UIHeader WindowCharaMini.moldHeader |
Definition at line 328 of file WindowCharaMini.cs.
| UIHeader WindowCharaMini.moldHeader2 |
Definition at line 331 of file WindowCharaMini.cs.
| UIList WindowCharaMini.moldListFeat |
Definition at line 346 of file WindowCharaMini.cs.
| UIList WindowCharaMini.moldListResist |
Definition at line 343 of file WindowCharaMini.cs.
| UINote WindowCharaMini.note |
Definition at line 352 of file WindowCharaMini.cs.
| UIText WindowCharaMini.textInfo1 |
Definition at line 337 of file WindowCharaMini.cs.
| UIText WindowCharaMini.textInfo2 |
Definition at line 340 of file WindowCharaMini.cs.
| UIText WindowCharaMini.textName |
Definition at line 334 of file WindowCharaMini.cs.