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

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]
 

Detailed Description

Definition at line 8 of file UIMapPreview.cs.

Member Function Documentation

◆ _RefreshPoint()

void UIMapPreview._RefreshPoint ( int x,
int z,
bool apply = true )

Definition at line 136 of file UIMapPreview.cs.

◆ CheckThread()

void UIMapPreview.CheckThread ( )

Definition at line 48 of file UIMapPreview.cs.

◆ GenerateMap()

void UIMapPreview.GenerateMap ( ZoneBlueprint bp)

Definition at line 20 of file UIMapPreview.cs.

◆ SetMap()

void UIMapPreview.SetMap ( Map _map)

Definition at line 58 of file UIMapPreview.cs.

◆ UpdateMap() [1/2]

void UIMapPreview.UpdateMap ( int x,
int z )

Definition at line 119 of file UIMapPreview.cs.

◆ UpdateMap() [2/2]

void UIMapPreview.UpdateMap ( List< Cell > newPoints)

Definition at line 126 of file UIMapPreview.cs.

Member Data Documentation

◆ button

UIButton UIMapPreview.button

Definition at line 282 of file UIMapPreview.cs.

◆ colorDefault

Color UIMapPreview.colorDefault

Definition at line 255 of file UIMapPreview.cs.

◆ colorEdge

Color UIMapPreview.colorEdge

Definition at line 264 of file UIMapPreview.cs.

◆ colorFog

Color UIMapPreview.colorFog

Definition at line 267 of file UIMapPreview.cs.

◆ colorSky

Color UIMapPreview.colorSky

Definition at line 270 of file UIMapPreview.cs.

◆ colorStairs

Color UIMapPreview.colorStairs

Definition at line 273 of file UIMapPreview.cs.

◆ colorSurround

Color UIMapPreview.colorSurround

Definition at line 261 of file UIMapPreview.cs.

◆ colorWater

Color UIMapPreview.colorWater

Definition at line 258 of file UIMapPreview.cs.

◆ createNewMaterial

bool UIMapPreview.createNewMaterial

Definition at line 318 of file UIMapPreview.cs.

◆ filter

FilterMode UIMapPreview.filter = FilterMode.Bilinear

Definition at line 309 of file UIMapPreview.cs.

◆ image

RawImage UIMapPreview.image

Definition at line 279 of file UIMapPreview.cs.

◆ limitBounds

bool UIMapPreview.limitBounds

Definition at line 321 of file UIMapPreview.cs.

◆ map

Map UIMapPreview.map

Definition at line 312 of file UIMapPreview.cs.

◆ matMap

Material UIMapPreview.matMap

Definition at line 276 of file UIMapPreview.cs.

◆ maxColor

float UIMapPreview.maxColor

Definition at line 333 of file UIMapPreview.cs.

◆ minColor

float UIMapPreview.minColor

Definition at line 330 of file UIMapPreview.cs.

◆ monoColor

bool UIMapPreview.monoColor

Definition at line 315 of file UIMapPreview.cs.

◆ offsetX

int UIMapPreview.offsetX

Definition at line 302 of file UIMapPreview.cs.

◆ offsetZ

int UIMapPreview.offsetZ

Definition at line 306 of file UIMapPreview.cs.

◆ Size

int UIMapPreview.Size

Definition at line 298 of file UIMapPreview.cs.

◆ thread

UIMapPreview.GenThread UIMapPreview.thread

Definition at line 324 of file UIMapPreview.cs.

◆ voidAlpha

float UIMapPreview.voidAlpha

Definition at line 327 of file UIMapPreview.cs.


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