Elin Decompiled Documentation EA 23.102 Nightly
|
Public Member Functions | |
override void | OnInstantiate () |
![]() | |
void | SetSlider (Slider slider, float value, Func< float, string > action) |
![]() | |
virtual void | OnSwitchContent (int idTab) |
virtual void | OnInstantiate () |
![]() | |
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 | |
UIDropdown | ddSkin |
UIButtonLR | buttonAnimeFrame |
UIButtonLR | buttonAnimeFramePCC |
UIButton | toggleAlwaysRun |
UIButton | toggleShowNumber |
UIButton | toggleAAPortrait |
UIButton | toggleExTurn |
UIButton | toggleBloom2 |
UIButton | toggleExtraRace |
UIButton | toggleSeal |
UIButton | toggleExtraCancelMove |
UIButton | toggleBlockOnItem |
UIButton | toggleAlwaysFixCamera |
UIButton | toggleIgnoreBackerFlag |
UIButton | toggleRefIcon |
UIButton | toggleToolNoPick |
Slider | sliderBrightness |
![]() | |
RectTransform | target |
UINoteProfile | prof |
SkinType | skinType |
string | idDefaultText |
LayoutGroup | layout |
RectTransform | cur |
bool | extraRebuild |
Additional Inherited Members | |
![]() | |
CoreConfig | config [get] |
Definition at line 4 of file ContentConfigTest.cs.
|
inlinevirtual |
Reimplemented from UIContent.
Definition at line 40 of file ContentConfigTest.cs.
References SkinRootStatic.ApplySkin(), buttonAnimeFrame, buttonAnimeFramePCC, EClass.core, ddSkin, Lang.Get(), Core.IsGameStarted, BaseSkinRoot.Name, WidgetHotbar.RebuildPages(), UIButtonLR.SetOptions(), ContentConfig.SetSlider(), UIButton.SetToggle(), sliderBrightness, toggleAAPortrait, toggleAlwaysFixCamera, toggleAlwaysRun, toggleBlockOnItem, toggleBloom2, toggleExtraCancelMove, toggleExtraRace, toggleExTurn, toggleIgnoreBackerFlag, toggleRefIcon, toggleSeal, toggleShowNumber, toggleToolNoPick, and EClass.ui.
UIButtonLR ContentConfigTest.buttonAnimeFrame |
Definition at line 8 of file ContentConfigTest.cs.
Referenced by OnInstantiate().
UIButtonLR ContentConfigTest.buttonAnimeFramePCC |
Definition at line 10 of file ContentConfigTest.cs.
Referenced by OnInstantiate().
UIDropdown ContentConfigTest.ddSkin |
Definition at line 6 of file ContentConfigTest.cs.
Referenced by OnInstantiate().
Slider ContentConfigTest.sliderBrightness |
Definition at line 38 of file ContentConfigTest.cs.
Referenced by OnInstantiate().
UIButton ContentConfigTest.toggleAAPortrait |
Definition at line 16 of file ContentConfigTest.cs.
Referenced by OnInstantiate().
UIButton ContentConfigTest.toggleAlwaysFixCamera |
Definition at line 30 of file ContentConfigTest.cs.
Referenced by OnInstantiate().
UIButton ContentConfigTest.toggleAlwaysRun |
Definition at line 12 of file ContentConfigTest.cs.
Referenced by OnInstantiate().
UIButton ContentConfigTest.toggleBlockOnItem |
Definition at line 28 of file ContentConfigTest.cs.
Referenced by OnInstantiate().
UIButton ContentConfigTest.toggleBloom2 |
Definition at line 20 of file ContentConfigTest.cs.
Referenced by OnInstantiate().
UIButton ContentConfigTest.toggleExtraCancelMove |
Definition at line 26 of file ContentConfigTest.cs.
Referenced by OnInstantiate().
UIButton ContentConfigTest.toggleExtraRace |
Definition at line 22 of file ContentConfigTest.cs.
Referenced by OnInstantiate().
UIButton ContentConfigTest.toggleExTurn |
Definition at line 18 of file ContentConfigTest.cs.
Referenced by OnInstantiate().
UIButton ContentConfigTest.toggleIgnoreBackerFlag |
Definition at line 32 of file ContentConfigTest.cs.
Referenced by OnInstantiate().
UIButton ContentConfigTest.toggleRefIcon |
Definition at line 34 of file ContentConfigTest.cs.
Referenced by OnInstantiate().
UIButton ContentConfigTest.toggleSeal |
Definition at line 24 of file ContentConfigTest.cs.
Referenced by OnInstantiate().
UIButton ContentConfigTest.toggleShowNumber |
Definition at line 14 of file ContentConfigTest.cs.
Referenced by OnInstantiate().
UIButton ContentConfigTest.toggleToolNoPick |
Definition at line 36 of file ContentConfigTest.cs.
Referenced by OnInstantiate().