|
Elin Decompiled Documentation EA 23.238 Nightly
|
Public Member Functions | |
| override void | OnInstantiate () |
| void | OpenLog () |
| void | OoenConfigFolder () |
| void | OpenPackage () |
| void | OpenUser () |
| void | ResetWindows () |
| void | OpenBackerCodeInput () |
| void | OnClickDownloadWallpaper () |
| void | RefreshRewardCode () |
Public Member Functions inherited from ContentConfig | |
| void | SetSlider (Slider slider, float value, Func< float, string > action) |
Public Member Functions inherited from UIContent | |
| virtual void | OnSwitchContent (int idTab) |
| virtual void | OnInstantiate () |
Public Member Functions inherited from UINote | |
| void | Clear () |
| void | Build () |
| void | Space (int sizeY=0, int sizeX=1) |
| UINote | AddNote (string id) |
| UIItem | AddHeader (string text, Sprite sprite=null) |
| UIItem | AddHeaderCard (string text, Sprite sprite=null) |
| UIItem | AddHeaderTopic (string text, Sprite sprite=null) |
| UIItem | AddHeader (string id, string text, Sprite sprite=null) |
| UIItem | AddText (string text, FontColor color=FontColor.DontChange) |
| UIItem | AddText (string id, string text, FontColor color=FontColor.DontChange) |
| UIItem | AddText (string id, string text, Color color) |
| UIItem | AddItem (string id) |
| UIItem | AddTopic (string id, string text, string value=null) |
| UIItem | AddTopic (string text, string value=null) |
| void | AddImage (Sprite sprite) |
| void | AddImage (string idFile) |
| UIButton | AddButton (string text, Action onClick) |
| UIButton | AddButtonLink (string text, string url) |
| UIDropdown | AddDropdown (string id="DropdownDefault") |
| UIButton | AddToggle (string idLang="", bool isOn=false, Action< bool > action=null) |
| Transform | AddPrefab (string path) |
| T | AddExtra< T > (string path) |
Public Attributes | |
| UIButton | toggleSyncMod |
| UIButton | toggleNoCensor |
| UIButton | toggleRunBackground |
| UIButton | toggleMuteBackground |
| UIButton | toggleTest |
| UIButton | toggleAltInv |
| UIButton | toggleAltAbility |
| UIButton | buttonBackerCode |
| UIButton | toggleDisableMods |
| UIButton | buttonWallPaper |
| UIDropdown | ddSnap |
| UIDropdown | ddDivider |
| Slider | sliderMissClick |
| Slider | sliderBGMInterval |
| UIText | textBackerCode |
Public Attributes inherited from UINote | |
| RectTransform | target |
| UINoteProfile | prof |
| SkinType | skinType |
| string | idDefaultText |
| LayoutGroup | layout |
| RectTransform | cur |
| bool | extraRebuild |
Additional Inherited Members | |
Properties inherited from ContentConfig | |
| CoreConfig | config [get] |
Definition at line 7 of file ContentConfigOther.cs.
|
inline |
Definition at line 154 of file ContentConfigOther.cs.
References EClass.core, Debug, if(), CorePath.RootData, SFB.StandaloneFileBrowser.SaveFilePanel(), EClass.ui, and BaseCore.WaitForEndOfFrame().
|
inlinevirtual |
Reimplemented from UIContent.
Definition at line 39 of file ContentConfigOther.cs.
References buttonWallPaper, ddDivider, ddSnap, Lang.Get(), RefreshRewardCode(), ContentConfig.SetSlider(), UIButton.SetToggle(), sliderBGMInterval, sliderMissClick, toggleAltAbility, toggleAltInv, toggleDisableMods, toggleMuteBackground, toggleNoCensor, toggleRunBackground, toggleSyncMod, toggleTest, EClass.ui, and Util.
|
inline |
Definition at line 110 of file ContentConfigOther.cs.
References CorePath.RootSave, and Util.
|
inline |
Definition at line 133 of file ContentConfigOther.cs.
References Dialog.InputName(), and ElinEncoder.IsValid().
|
inline |
Definition at line 105 of file ContentConfigOther.cs.
References CorePath.RootSave, and Util.
|
inline |
Definition at line 115 of file ContentConfigOther.cs.
References CorePath.rootMod, and Util.
|
inline |
Definition at line 120 of file ContentConfigOther.cs.
References CorePath.user, and Util.
|
inline |
Definition at line 178 of file ContentConfigOther.cs.
References buttonBackerCode, EClass.debug, CoreDebug.enable, UIButton.mainText, and UIText.SetText().
Referenced by OnInstantiate().
|
inline |
Definition at line 125 of file ContentConfigOther.cs.
References Window.dictData, and Dialog.YesNo().
| UIButton ContentConfigOther.buttonBackerCode |
Definition at line 23 of file ContentConfigOther.cs.
Referenced by RefreshRewardCode().
| UIButton ContentConfigOther.buttonWallPaper |
Definition at line 27 of file ContentConfigOther.cs.
Referenced by OnInstantiate().
| UIDropdown ContentConfigOther.ddDivider |
Definition at line 31 of file ContentConfigOther.cs.
Referenced by OnInstantiate().
| UIDropdown ContentConfigOther.ddSnap |
Definition at line 29 of file ContentConfigOther.cs.
Referenced by OnInstantiate().
| Slider ContentConfigOther.sliderBGMInterval |
Definition at line 35 of file ContentConfigOther.cs.
Referenced by OnInstantiate().
| Slider ContentConfigOther.sliderMissClick |
Definition at line 33 of file ContentConfigOther.cs.
Referenced by OnInstantiate().
| UIText ContentConfigOther.textBackerCode |
Definition at line 37 of file ContentConfigOther.cs.
| UIButton ContentConfigOther.toggleAltAbility |
Definition at line 21 of file ContentConfigOther.cs.
Referenced by OnInstantiate().
| UIButton ContentConfigOther.toggleAltInv |
Definition at line 19 of file ContentConfigOther.cs.
Referenced by OnInstantiate().
| UIButton ContentConfigOther.toggleDisableMods |
Definition at line 25 of file ContentConfigOther.cs.
Referenced by OnInstantiate().
| UIButton ContentConfigOther.toggleMuteBackground |
Definition at line 15 of file ContentConfigOther.cs.
Referenced by OnInstantiate().
| UIButton ContentConfigOther.toggleNoCensor |
Definition at line 11 of file ContentConfigOther.cs.
Referenced by OnInstantiate().
| UIButton ContentConfigOther.toggleRunBackground |
Definition at line 13 of file ContentConfigOther.cs.
Referenced by OnInstantiate().
| UIButton ContentConfigOther.toggleSyncMod |
Definition at line 9 of file ContentConfigOther.cs.
Referenced by OnInstantiate().
| UIButton ContentConfigOther.toggleTest |
Definition at line 17 of file ContentConfigOther.cs.
Referenced by OnInstantiate().