Elin Modding Docs Doc
Loading...
Searching...
No Matches
UICardInfo Class Reference
Inheritance diagram for UICardInfo:
EMono

Public Member Functions

void SetRenderer (IRenderer _renderer, RenderParam p)
 
void UpdateImage ()
 
void Build ()
 
void SetElement (Element e)
 
void SetThing (Thing t)
 
void UpdateRecipe (Recipe r)
 
void SetRecipe (Recipe r)
 
void SetBlock (Cell cell)
 
void SetFloor (Cell cell)
 
void SetLiquid (Cell cell)
 
void SetObj (Cell cell)
 

Public Attributes

UINote note
 
IRenderer renderer
 
RenderParam param
 

Additional Inherited Members

- Static Public Member Functions inherited from EMono
static int rnd (int a)
 
- Static Public Attributes inherited from EMono
static Core core
 
- Properties inherited from EMono
static Game game [get]
 
static bool AdvMode [get]
 
static Player player [get]
 
static Chara pc [get]
 
static UI ui [get]
 
static Map _map [get]
 
static Zone _zone [get]
 
static FactionBranch Branch [get]
 
static FactionBranch BranchOrHomeBranch [get]
 
static Faction Home [get]
 
static Scene scene [get]
 
static BaseGameScreen screen [get]
 
static GameSetting setting [get]
 
static GameData gamedata [get]
 
static ColorProfile Colors [get]
 
static World world [get]
 
static SoundManager Sound [get]
 
static SourceManager sources [get]
 
static SourceManager editorSources [get]
 
static CoreDebug debug [get]
 

Detailed Description

Definition at line 4 of file UICardInfo.cs.

Member Function Documentation

◆ Build()

void UICardInfo.Build ( )

Definition at line 27 of file UICardInfo.cs.

◆ SetBlock()

void UICardInfo.SetBlock ( Cell cell)

Definition at line 74 of file UICardInfo.cs.

◆ SetElement()

void UICardInfo.SetElement ( Element e)

Definition at line 40 of file UICardInfo.cs.

◆ SetFloor()

void UICardInfo.SetFloor ( Cell cell)

Definition at line 85 of file UICardInfo.cs.

◆ SetLiquid()

void UICardInfo.SetLiquid ( Cell cell)

Definition at line 96 of file UICardInfo.cs.

◆ SetObj()

void UICardInfo.SetObj ( Cell cell)

Definition at line 107 of file UICardInfo.cs.

◆ SetRecipe()

void UICardInfo.SetRecipe ( Recipe r)

Definition at line 59 of file UICardInfo.cs.

◆ SetRenderer()

void UICardInfo.SetRenderer ( IRenderer _renderer,
RenderParam p )

Definition at line 7 of file UICardInfo.cs.

◆ SetThing()

void UICardInfo.SetThing ( Thing t)

Definition at line 46 of file UICardInfo.cs.

◆ UpdateImage()

void UICardInfo.UpdateImage ( )

Definition at line 14 of file UICardInfo.cs.

◆ UpdateRecipe()

void UICardInfo.UpdateRecipe ( Recipe r)

Definition at line 53 of file UICardInfo.cs.

Member Data Documentation

◆ note

UINote UICardInfo.note

Definition at line 118 of file UICardInfo.cs.

◆ param

RenderParam UICardInfo.param

Definition at line 124 of file UICardInfo.cs.

◆ renderer

IRenderer UICardInfo.renderer

Definition at line 121 of file UICardInfo.cs.


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