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

Public Member Functions

void Activate (PartialMap partial, DirectoryInfo dir, Action< PartialMap > onSave=null, bool isUpdate=false)
 
void Deactivate ()
 

Static Public Member Functions

static UIScreenshot Create ()
 
static void SavePreview (string path, string name, Action onSave)
 
- Static Public Member Functions inherited from EMono
static int rnd (int a)
 

Public Attributes

Image imageFrame
 
InputField inputName
 
UIButton buttonSave
 
UIButton buttonCancel
 
bool isDeactivating
 

Static Public Attributes

static UIScreenshot Instance
 
- Static Public Attributes inherited from EMono
static Core core
 

Additional Inherited Members

- 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 UIScreenshot.cs.

Member Function Documentation

◆ Activate()

void UIScreenshot.Activate ( PartialMap partial,
DirectoryInfo dir,
Action< PartialMap > onSave = null,
bool isUpdate = false )

Definition at line 24 of file UIScreenshot.cs.

◆ Create()

static UIScreenshot UIScreenshot.Create ( )
static

Definition at line 11 of file UIScreenshot.cs.

◆ Deactivate()

void UIScreenshot.Deactivate ( )

Definition at line 143 of file UIScreenshot.cs.

◆ SavePreview()

static void UIScreenshot.SavePreview ( string path,
string name,
Action onSave )
static

Definition at line 94 of file UIScreenshot.cs.

Member Data Documentation

◆ buttonCancel

UIButton UIScreenshot.buttonCancel

Definition at line 163 of file UIScreenshot.cs.

◆ buttonSave

UIButton UIScreenshot.buttonSave

Definition at line 160 of file UIScreenshot.cs.

◆ imageFrame

Image UIScreenshot.imageFrame

Definition at line 154 of file UIScreenshot.cs.

◆ inputName

InputField UIScreenshot.inputName

Definition at line 157 of file UIScreenshot.cs.

◆ Instance

UIScreenshot UIScreenshot.Instance
static

Definition at line 151 of file UIScreenshot.cs.

◆ isDeactivating

bool UIScreenshot.isDeactivating

Definition at line 166 of file UIScreenshot.cs.


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