|
Elin Modding Docs Doc
|
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] |
Definition at line 4 of file UICardInfo.cs.
| void UICardInfo.Build | ( | ) |
Definition at line 27 of file UICardInfo.cs.
| void UICardInfo.SetBlock | ( | Cell | cell | ) |
Definition at line 74 of file UICardInfo.cs.
| void UICardInfo.SetElement | ( | Element | e | ) |
Definition at line 40 of file UICardInfo.cs.
| void UICardInfo.SetFloor | ( | Cell | cell | ) |
Definition at line 85 of file UICardInfo.cs.
| void UICardInfo.SetLiquid | ( | Cell | cell | ) |
Definition at line 96 of file UICardInfo.cs.
| void UICardInfo.SetObj | ( | Cell | cell | ) |
Definition at line 107 of file UICardInfo.cs.
| void UICardInfo.SetRecipe | ( | Recipe | r | ) |
Definition at line 59 of file UICardInfo.cs.
| void UICardInfo.SetRenderer | ( | IRenderer | _renderer, |
| RenderParam | p ) |
Definition at line 7 of file UICardInfo.cs.
| void UICardInfo.SetThing | ( | Thing | t | ) |
Definition at line 46 of file UICardInfo.cs.
| void UICardInfo.UpdateImage | ( | ) |
Definition at line 14 of file UICardInfo.cs.
| void UICardInfo.UpdateRecipe | ( | Recipe | r | ) |
Definition at line 53 of file UICardInfo.cs.
| UINote UICardInfo.note |
Definition at line 118 of file UICardInfo.cs.
| RenderParam UICardInfo.param |
Definition at line 124 of file UICardInfo.cs.
| IRenderer UICardInfo.renderer |
Definition at line 121 of file UICardInfo.cs.