Elin Decompiled Documentation EA 23.102 Nightly
|
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 |
Private Member Functions | |
void | Update () |
Additional Inherited Members | |
![]() | |
static int | rnd (int a) |
![]() | |
static Core | core |
![]() | |
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 1 of file UICardInfo.cs.
|
inline |
Definition at line 23 of file UICardInfo.cs.
References UINote.Build(), note, and UpdateImage().
Referenced by SetBlock(), SetFloor(), SetLiquid(), SetObj(), SetRecipe(), and SetThing().
|
inline |
Definition at line 64 of file UICardInfo.cs.
References UINote.AddHeaderCard(), UINote.AddText(), Build(), Cell.GetBlockName(), UIItem.image2, Cell.matBlock, note, SetRenderer(), and Cell.sourceBlock.
Referenced by LayerInfo.SetBlock().
|
inline |
Definition at line 34 of file UICardInfo.cs.
References note, and Element.WriteNote().
Referenced by LayerInfo.SetElement().
|
inline |
Definition at line 74 of file UICardInfo.cs.
References UINote.AddHeaderCard(), UINote.AddText(), Build(), Cell.GetFloorName(), UIItem.image2, Cell.matFloor, note, SetRenderer(), and Cell.sourceFloor.
Referenced by LayerInfo.SetFloor().
|
inline |
Definition at line 84 of file UICardInfo.cs.
References UINote.AddHeaderCard(), UINote.AddText(), Build(), Cell.GetLiquidName(), UIItem.image2, Cell.matFloor, note, SetRenderer(), and Cell.sourceEffect.
Referenced by LayerInfo.SetLiquid().
|
inline |
Definition at line 94 of file UICardInfo.cs.
References UINote.AddHeaderCard(), UINote.AddText(), Build(), RenderRow.DefaultMaterial, UIItem.image2, Cell.matBlock, note, RenderRow.renderData, SetRenderer(), and Cell.sourceObj.
Referenced by LayerInfo.SetObj().
|
inline |
Definition at line 50 of file UICardInfo.cs.
References UINote.AddHeaderCard(), UINote.AddHeaderTopic(), UINote.AddText(), Build(), UINote.Clear(), RecipeSource.GetDetail(), TileType.LangPlaceType, Recipe.Name, note, Recipe.source, UINote.Space(), Recipe.tileType, and UpdateRecipe().
|
inline |
Definition at line 9 of file UICardInfo.cs.
References param, and renderer.
Referenced by SetBlock(), SetFloor(), SetLiquid(), SetObj(), and UpdateRecipe().
|
inline |
Definition at line 39 of file UICardInfo.cs.
References Build(), note, and Thing.WriteNote().
Referenced by LayerInfo.SetThing().
|
inlineprivate |
|
inline |
Definition at line 15 of file UICardInfo.cs.
References EMono.core, Core.IsGameStarted, param, renderer, and IRenderer.RenderToRenderCam().
|
inline |
Definition at line 45 of file UICardInfo.cs.
References Recipe.GetColorMaterial(), Recipe.GetRenderer(), RenderRow.GetRenderParam(), Recipe.renderRow, and SetRenderer().
Referenced by SetRecipe().
UINote UICardInfo.note |
Definition at line 3 of file UICardInfo.cs.
Referenced by Build(), SetBlock(), SetElement(), SetFloor(), SetLiquid(), SetObj(), SetRecipe(), and SetThing().
RenderParam UICardInfo.param |
Definition at line 7 of file UICardInfo.cs.
Referenced by SetRenderer(), and UpdateImage().
IRenderer UICardInfo.renderer |
Definition at line 5 of file UICardInfo.cs.
Referenced by SetRenderer(), and UpdateImage().