Elin Modding Docs Doc
Loading...
Searching...
No Matches
LayerGachaResult Class Reference
Inheritance diagram for LayerGachaResult:
ELayer

Classes

class  Data
 

Public Types

enum  Mode { Chara }
 

Public Member Functions

void PlayGacha (int n, string id)
 
void Refresh ()
 
- Public Member Functions inherited from ELayer
override void OnBeforeAddLayer ()
 
void InitInspector ()
 
override void Init ()
 
override void OnAfterAddLayer ()
 
void TryShowHelp ()
 
void AddLayerToUI (string id)
 
void TryShowHint (string _langHint=null)
 
void TalkHomeMemeber (string id)
 
void TalkMaid (string id)
 
override void OnRightClick ()
 

Static Public Member Functions

static Chara Draw (string id="citizen")
 
- Static Public Member Functions inherited from ELayer
static int rnd (int a)
 

Public Attributes

ItemGachaResult moldItem
 
LayoutGroup layout
 
UIButton buttonGetAll
 
UIButton buttonDumpAll
 
LayerGachaResult.Mode mode
 
List< ItemGachaResultitems = new List<ItemGachaResult>()
 

Additional Inherited Members

- Protected Member Functions inherited from ELayer
override void _Close ()
 
override void Kill ()
 
- Properties inherited from ELayer
static Core core [get]
 
static Game game [get]
 
static bool AdvMode [get]
 
static Player player [get]
 
static Chara pc [get]
 
static FactionBranch Branch [get]
 
static Faction Home [get]
 
static UI ui [get]
 
static Map _map [get]
 
static Zone _zone [get]
 
static Scene scene [get]
 
static BaseGameScreen screen [get]
 
static CoreConfig config [get]
 
static GameSetting setting [get]
 
static ColorProfile Colors [get]
 
static SourceManager sources [get]
 
static World world [get]
 
static SoundManager Sound [get]
 
static CoreDebug debug [get]
 
bool IsFloat [get]
 
virtual string IdHelp [get]
 

Detailed Description

Definition at line 6 of file LayerGachaResult.cs.

Member Enumeration Documentation

◆ Mode

enum LayerGachaResult.Mode

Definition at line 147 of file LayerGachaResult.cs.

Member Function Documentation

◆ Draw()

static Chara LayerGachaResult.Draw ( string id = "citizen")
static

Definition at line 43 of file LayerGachaResult.cs.

◆ PlayGacha()

void LayerGachaResult.PlayGacha ( int n,
string id )

Definition at line 9 of file LayerGachaResult.cs.

◆ Refresh()

void LayerGachaResult.Refresh ( )

Definition at line 118 of file LayerGachaResult.cs.

Member Data Documentation

◆ buttonDumpAll

UIButton LayerGachaResult.buttonDumpAll

Definition at line 138 of file LayerGachaResult.cs.

◆ buttonGetAll

UIButton LayerGachaResult.buttonGetAll

Definition at line 135 of file LayerGachaResult.cs.

◆ items

List<ItemGachaResult> LayerGachaResult.items = new List<ItemGachaResult>()

Definition at line 144 of file LayerGachaResult.cs.

◆ layout

LayoutGroup LayerGachaResult.layout

Definition at line 132 of file LayerGachaResult.cs.

◆ mode

LayerGachaResult.Mode LayerGachaResult.mode

Definition at line 141 of file LayerGachaResult.cs.

◆ moldItem

ItemGachaResult LayerGachaResult.moldItem

Definition at line 129 of file LayerGachaResult.cs.


The documentation for this class was generated from the following file: