|
Elin Modding Docs Doc
|
Classes | |
| class | GenThread |
Public Member Functions | |
| void | GenerateMap (ZoneBlueprint bp) |
| void | CheckThread () |
| void | SetMap (Map _map) |
| void | UpdateMap (int x, int z) |
| void | UpdateMap (List< Cell > newPoints) |
| void | _RefreshPoint (int x, int z, bool apply=true) |
Public Attributes | |
| Color | colorDefault |
| Color | colorWater |
| Color | colorSurround |
| Color | colorEdge |
| Color | colorFog |
| Color | colorSky |
| Color | colorStairs |
| Material | matMap |
| RawImage | image |
| UIButton | button |
| int | Size |
| int | offsetX |
| int | offsetZ |
| FilterMode | filter = FilterMode.Bilinear |
| Map | map |
| bool | monoColor |
| bool | createNewMaterial |
| bool | limitBounds |
| UIMapPreview.GenThread | thread |
| float | voidAlpha |
| float | minColor |
| float | maxColor |
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 8 of file UIMapPreview.cs.
| void UIMapPreview._RefreshPoint | ( | int | x, |
| int | z, | ||
| bool | apply = true ) |
Definition at line 136 of file UIMapPreview.cs.
| void UIMapPreview.CheckThread | ( | ) |
Definition at line 48 of file UIMapPreview.cs.
| void UIMapPreview.GenerateMap | ( | ZoneBlueprint | bp | ) |
Definition at line 20 of file UIMapPreview.cs.
| void UIMapPreview.SetMap | ( | Map | _map | ) |
Definition at line 58 of file UIMapPreview.cs.
| void UIMapPreview.UpdateMap | ( | int | x, |
| int | z ) |
Definition at line 119 of file UIMapPreview.cs.
| void UIMapPreview.UpdateMap | ( | List< Cell > | newPoints | ) |
Definition at line 126 of file UIMapPreview.cs.
| UIButton UIMapPreview.button |
Definition at line 282 of file UIMapPreview.cs.
| Color UIMapPreview.colorDefault |
Definition at line 255 of file UIMapPreview.cs.
| Color UIMapPreview.colorEdge |
Definition at line 264 of file UIMapPreview.cs.
| Color UIMapPreview.colorFog |
Definition at line 267 of file UIMapPreview.cs.
| Color UIMapPreview.colorSky |
Definition at line 270 of file UIMapPreview.cs.
| Color UIMapPreview.colorStairs |
Definition at line 273 of file UIMapPreview.cs.
| Color UIMapPreview.colorSurround |
Definition at line 261 of file UIMapPreview.cs.
| Color UIMapPreview.colorWater |
Definition at line 258 of file UIMapPreview.cs.
| bool UIMapPreview.createNewMaterial |
Definition at line 318 of file UIMapPreview.cs.
| FilterMode UIMapPreview.filter = FilterMode.Bilinear |
Definition at line 309 of file UIMapPreview.cs.
| RawImage UIMapPreview.image |
Definition at line 279 of file UIMapPreview.cs.
| bool UIMapPreview.limitBounds |
Definition at line 321 of file UIMapPreview.cs.
| Map UIMapPreview.map |
Definition at line 312 of file UIMapPreview.cs.
| Material UIMapPreview.matMap |
Definition at line 276 of file UIMapPreview.cs.
| float UIMapPreview.maxColor |
Definition at line 333 of file UIMapPreview.cs.
| float UIMapPreview.minColor |
Definition at line 330 of file UIMapPreview.cs.
| bool UIMapPreview.monoColor |
Definition at line 315 of file UIMapPreview.cs.
| int UIMapPreview.offsetX |
Definition at line 302 of file UIMapPreview.cs.
| int UIMapPreview.offsetZ |
Definition at line 306 of file UIMapPreview.cs.
| int UIMapPreview.Size |
Definition at line 298 of file UIMapPreview.cs.
| UIMapPreview.GenThread UIMapPreview.thread |
Definition at line 324 of file UIMapPreview.cs.
| float UIMapPreview.voidAlpha |
Definition at line 327 of file UIMapPreview.cs.