Elin Modding Docs Doc
Loading...
Searching...
No Matches
LayerFeedback Class Reference
Inheritance diagram for LayerFeedback:
ELayer

Public Member Functions

override void OnInit ()
 
void Validate ()
 
void CollectFiles ()
 
void OnCancel ()
 
void OnSubmit ()
 
string GetSystemText ()
 
- Public Member Functions inherited from ELayer
override void OnBeforeAddLayer ()
 
void InitInspector ()
 
override void Init ()
 
override void OnAfterAddLayer ()
 
void TryShowHelp ()
 
void AddLayerToUI (string id)
 
void TryShowHint (string _langHint=null)
 
void TalkHomeMemeber (string id)
 
void TalkMaid (string id)
 
override void OnRightClick ()
 

Public Attributes

UIText textProgress
 
InputField inputVersion
 
InputField inputName
 
InputField inputEmail
 
InputField inputLang
 
InputField inputSummary
 
InputField inputDetail
 
FeedbackForm form
 
DebugLogCollector collector
 
Transform transUpload
 
UIDropdown ddSave
 
Toggle toggleSave
 
Toggle toggleScreenshot
 
GameIndex saveIndex
 
CanvasGroup cgForm
 
CategoryDropdown category
 
Button buttonSubmit
 

Static Public Attributes

static string lastSummary = ""
 
static string lastDetail = ""
 

Additional Inherited Members

- Static Public Member Functions inherited from ELayer
static int rnd (int a)
 
- Protected Member Functions inherited from ELayer
override void _Close ()
 
override void Kill ()
 
- Properties inherited from ELayer
static Core core [get]
 
static Game game [get]
 
static bool AdvMode [get]
 
static Player player [get]
 
static Chara pc [get]
 
static FactionBranch Branch [get]
 
static Faction Home [get]
 
static UI ui [get]
 
static Map _map [get]
 
static Zone _zone [get]
 
static Scene scene [get]
 
static BaseGameScreen screen [get]
 
static CoreConfig config [get]
 
static GameSetting setting [get]
 
static ColorProfile Colors [get]
 
static SourceManager sources [get]
 
static World world [get]
 
static SoundManager Sound [get]
 
static CoreDebug debug [get]
 
bool IsFloat [get]
 
virtual string IdHelp [get]
 

Detailed Description

Definition at line 12 of file LayerFeedback.cs.

Member Function Documentation

◆ CollectFiles()

void LayerFeedback.CollectFiles ( )

Definition at line 96 of file LayerFeedback.cs.

◆ GetSystemText()

string LayerFeedback.GetSystemText ( )

Definition at line 155 of file LayerFeedback.cs.

◆ OnCancel()

void LayerFeedback.OnCancel ( )

Definition at line 127 of file LayerFeedback.cs.

◆ OnInit()

override void LayerFeedback.OnInit ( )

Definition at line 15 of file LayerFeedback.cs.

◆ OnSubmit()

void LayerFeedback.OnSubmit ( )

Definition at line 136 of file LayerFeedback.cs.

◆ Validate()

void LayerFeedback.Validate ( )

Definition at line 81 of file LayerFeedback.cs.

Member Data Documentation

◆ buttonSubmit

Button LayerFeedback.buttonSubmit

Definition at line 234 of file LayerFeedback.cs.

◆ category

CategoryDropdown LayerFeedback.category

Definition at line 231 of file LayerFeedback.cs.

◆ cgForm

CanvasGroup LayerFeedback.cgForm

Definition at line 228 of file LayerFeedback.cs.

◆ collector

DebugLogCollector LayerFeedback.collector

Definition at line 210 of file LayerFeedback.cs.

◆ ddSave

UIDropdown LayerFeedback.ddSave

Definition at line 216 of file LayerFeedback.cs.

◆ form

FeedbackForm LayerFeedback.form

Definition at line 207 of file LayerFeedback.cs.

◆ inputDetail

InputField LayerFeedback.inputDetail

Definition at line 204 of file LayerFeedback.cs.

◆ inputEmail

InputField LayerFeedback.inputEmail

Definition at line 195 of file LayerFeedback.cs.

◆ inputLang

InputField LayerFeedback.inputLang

Definition at line 198 of file LayerFeedback.cs.

◆ inputName

InputField LayerFeedback.inputName

Definition at line 192 of file LayerFeedback.cs.

◆ inputSummary

InputField LayerFeedback.inputSummary

Definition at line 201 of file LayerFeedback.cs.

◆ inputVersion

InputField LayerFeedback.inputVersion

Definition at line 189 of file LayerFeedback.cs.

◆ lastDetail

string LayerFeedback.lastDetail = ""
static

Definition at line 183 of file LayerFeedback.cs.

◆ lastSummary

string LayerFeedback.lastSummary = ""
static

Definition at line 180 of file LayerFeedback.cs.

◆ saveIndex

GameIndex LayerFeedback.saveIndex

Definition at line 225 of file LayerFeedback.cs.

◆ textProgress

UIText LayerFeedback.textProgress

Definition at line 186 of file LayerFeedback.cs.

◆ toggleSave

Toggle LayerFeedback.toggleSave

Definition at line 219 of file LayerFeedback.cs.

◆ toggleScreenshot

Toggle LayerFeedback.toggleScreenshot

Definition at line 222 of file LayerFeedback.cs.

◆ transUpload

Transform LayerFeedback.transUpload

Definition at line 213 of file LayerFeedback.cs.


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