|
Elin Modding Docs Doc
|
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] |
Definition at line 8 of file UIScreenshot.cs.
| void UIScreenshot.Activate | ( | PartialMap | partial, |
| DirectoryInfo | dir, | ||
| Action< PartialMap > | onSave = null, | ||
| bool | isUpdate = false ) |
Definition at line 24 of file UIScreenshot.cs.
|
static |
Definition at line 11 of file UIScreenshot.cs.
| void UIScreenshot.Deactivate | ( | ) |
Definition at line 143 of file UIScreenshot.cs.
|
static |
Definition at line 94 of file UIScreenshot.cs.
| UIButton UIScreenshot.buttonCancel |
Definition at line 163 of file UIScreenshot.cs.
| UIButton UIScreenshot.buttonSave |
Definition at line 160 of file UIScreenshot.cs.
| Image UIScreenshot.imageFrame |
Definition at line 154 of file UIScreenshot.cs.
| InputField UIScreenshot.inputName |
Definition at line 157 of file UIScreenshot.cs.
|
static |
Definition at line 151 of file UIScreenshot.cs.
| bool UIScreenshot.isDeactivating |
Definition at line 166 of file UIScreenshot.cs.