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

Public Member Functions

void Init ()
 
void Deactivate ()
 
void SetVisible (bool visible)
 
void DestorySprites ()
 
void RefreshOptions ()
 
void Refresh ()
 
void RefreshCategory (DirectoryInfo dir=null)
 
void OpenFolder ()
 

Static Public Member Functions

static void Activate ()
 
- Static Public Member Functions inherited from EMono
static int rnd (int a)
 

Public Attributes

GameObject goMain
 
GameObject goCat
 
GameObject goOption
 
UIList listCat
 
UIList listCatSub
 
UIDynamicList list
 
CanvasGroup cg
 
UIButton buttonSave
 
UIButton buttonEdit
 
UIButton buttonDelete
 
UIButton toggleRotate
 
UIButton toggleIgnoreBlock
 
Dictionary< string, Sprite > dictSprite = new Dictionary<string, Sprite>()
 
DirectoryInfo rootDir
 

Static Public Attributes

static PartialMapMenu Instance
 
static DirectoryInfo lastDir
 
static DirectoryInfo lastDirSub
 
- Static Public Attributes inherited from EMono
static Core core
 

Properties

AM_Copy am [get]
 
DirectoryInfo dir [get]
 
bool IsEditor [get]
 
PartialMap partial [get]
 
- 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 PartialMapMenu.cs.

Member Function Documentation

◆ Activate()

static void PartialMapMenu.Activate ( )
static

Definition at line 51 of file PartialMapMenu.cs.

◆ Deactivate()

void PartialMapMenu.Deactivate ( )

Definition at line 86 of file PartialMapMenu.cs.

◆ DestorySprites()

void PartialMapMenu.DestorySprites ( )

Definition at line 100 of file PartialMapMenu.cs.

◆ Init()

void PartialMapMenu.Init ( )

Definition at line 63 of file PartialMapMenu.cs.

◆ OpenFolder()

void PartialMapMenu.OpenFolder ( )

Definition at line 260 of file PartialMapMenu.cs.

◆ Refresh()

void PartialMapMenu.Refresh ( )

Definition at line 131 of file PartialMapMenu.cs.

◆ RefreshCategory()

void PartialMapMenu.RefreshCategory ( DirectoryInfo dir = null)

Definition at line 204 of file PartialMapMenu.cs.

◆ RefreshOptions()

void PartialMapMenu.RefreshOptions ( )

Definition at line 111 of file PartialMapMenu.cs.

◆ SetVisible()

void PartialMapMenu.SetVisible ( bool visible)

Definition at line 93 of file PartialMapMenu.cs.

Member Data Documentation

◆ buttonDelete

UIButton PartialMapMenu.buttonDelete

Definition at line 302 of file PartialMapMenu.cs.

◆ buttonEdit

UIButton PartialMapMenu.buttonEdit

Definition at line 299 of file PartialMapMenu.cs.

◆ buttonSave

UIButton PartialMapMenu.buttonSave

Definition at line 296 of file PartialMapMenu.cs.

◆ cg

CanvasGroup PartialMapMenu.cg

Definition at line 293 of file PartialMapMenu.cs.

◆ dictSprite

Dictionary<string, Sprite> PartialMapMenu.dictSprite = new Dictionary<string, Sprite>()

Definition at line 311 of file PartialMapMenu.cs.

◆ goCat

GameObject PartialMapMenu.goCat

Definition at line 278 of file PartialMapMenu.cs.

◆ goMain

GameObject PartialMapMenu.goMain

Definition at line 275 of file PartialMapMenu.cs.

◆ goOption

GameObject PartialMapMenu.goOption

Definition at line 281 of file PartialMapMenu.cs.

◆ Instance

PartialMapMenu PartialMapMenu.Instance
static

Definition at line 266 of file PartialMapMenu.cs.

◆ lastDir

DirectoryInfo PartialMapMenu.lastDir
static

Definition at line 269 of file PartialMapMenu.cs.

◆ lastDirSub

DirectoryInfo PartialMapMenu.lastDirSub
static

Definition at line 272 of file PartialMapMenu.cs.

◆ list

UIDynamicList PartialMapMenu.list

Definition at line 290 of file PartialMapMenu.cs.

◆ listCat

UIList PartialMapMenu.listCat

Definition at line 284 of file PartialMapMenu.cs.

◆ listCatSub

UIList PartialMapMenu.listCatSub

Definition at line 287 of file PartialMapMenu.cs.

◆ rootDir

DirectoryInfo PartialMapMenu.rootDir

Definition at line 314 of file PartialMapMenu.cs.

◆ toggleIgnoreBlock

UIButton PartialMapMenu.toggleIgnoreBlock

Definition at line 308 of file PartialMapMenu.cs.

◆ toggleRotate

UIButton PartialMapMenu.toggleRotate

Definition at line 305 of file PartialMapMenu.cs.

Property Documentation

◆ am

AM_Copy PartialMapMenu.am
get

Definition at line 12 of file PartialMapMenu.cs.

◆ dir

DirectoryInfo PartialMapMenu.dir
get

Definition at line 22 of file PartialMapMenu.cs.

◆ IsEditor

bool PartialMapMenu.IsEditor
get

Definition at line 32 of file PartialMapMenu.cs.

◆ partial

PartialMap PartialMapMenu.partial
get

Definition at line 42 of file PartialMapMenu.cs.


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