Elin Decompiled Documentation EA 23.102 Nightly
|
Public Member Functions | |
override void | OnInstantiate () |
![]() | |
override void | OnInstantiate () |
void | SetGroup (UISelectableGroup group, int value, UnityAction< int > action) |
![]() | |
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) |
Additional Inherited Members | |
![]() | |
CoreConfig | config [get] |
Definition at line 4 of file ContentConfigInput.cs.
|
inlinevirtual |
Reimplemented from ContentConfigGame.
Definition at line 82 of file ContentConfigInput.cs.
References EInput.KeyMapManager.ability, UIList.Add(), EInput.KeyMapManager.autoCombat, EInput.KeyMapManager.axisDown, EInput.KeyMapManager.axisDownLeft, EInput.KeyMapManager.axisDownRight, EInput.KeyMapManager.axisLeft, EInput.KeyMapManager.axisRight, EInput.KeyMapManager.axisUp, EInput.KeyMapManager.axisUpLeft, EInput.KeyMapManager.axisUpRight, b_ddMiddleClick, b_ddMiddleClickLong, b_ddMouse3Click, b_ddMouse3Long, b_ddMouse4Click, b_ddMouse4Long, ItemKeymap.buttonKey, EInput.KeyMapManager.chara, ddMiddleClick, ddMiddleClickLong, ddMouse3Click, ddMouse3Long, ddMouse4Click, ddMouse4Long, EInput.KeyMapManager.dump, EInput.KeyMapManager.emptyHand, EInput.KeyMapManager.examine, EInput.KeyMapManager.fire, Lang.Get(), EInput.KeyMapManager.getAll, EInput.KeyMapManager.inventory, EInput.KeyMapManager.journal, Dialog.Keymap(), UIList.List(), listAdvanced, listEtc, listGeneral, listMenu, listMovement, EInput.KeyMapManager.log, EInput.KeyMapManager.meditate, EInput.KeyMapManager.mouseLeft, EInput.KeyMapManager.mouseMiddle, EInput.KeyMapManager.mouseRight, EInput.KeyMapManager.mute, EInput.KeyMapManager.quickLoad, EInput.KeyMapManager.quickSave, EInput.KeyMapManager.report, EInput.KeyMapManager.search, Layer.SetOnKill(), ContentConfig.SetSlider(), UIButton.SetToggle(), sliderDragScroll, sliderEdgeScroll, sliderKeyboardScroll, sliderMoveFrame, EInput.KeyMapManager.switchHotbar, toggleAltChangeHeight, toggleAltExamine, toggleAltKeyAxis, toggleAutorun, toggleEdge, toggleIgnoreNPCs, toggleInvertX, toggleInvertY, toggleKeepRunning, toggleLinearZoom, toggleRightClickExitBuildMode, toggleSmoothFollow, toggleSmoothMove, toggleZoomMax, toggleZoomMin, toggleZoomToMouse, Util, and EInput.KeyMapManager.wait.
UIDropdown ContentConfigInput.b_ddMiddleClick |
Definition at line 70 of file ContentConfigInput.cs.
Referenced by OnInstantiate().
UIDropdown ContentConfigInput.b_ddMiddleClickLong |
Definition at line 72 of file ContentConfigInput.cs.
Referenced by OnInstantiate().
UIDropdown ContentConfigInput.b_ddMouse3Click |
Definition at line 74 of file ContentConfigInput.cs.
Referenced by OnInstantiate().
UIDropdown ContentConfigInput.b_ddMouse3Long |
Definition at line 76 of file ContentConfigInput.cs.
Referenced by OnInstantiate().
UIDropdown ContentConfigInput.b_ddMouse4Click |
Definition at line 78 of file ContentConfigInput.cs.
Referenced by OnInstantiate().
UIDropdown ContentConfigInput.b_ddMouse4Long |
Definition at line 80 of file ContentConfigInput.cs.
Referenced by OnInstantiate().
UIDropdown ContentConfigInput.ddMiddleClick |
Definition at line 58 of file ContentConfigInput.cs.
Referenced by OnInstantiate().
UIDropdown ContentConfigInput.ddMiddleClickLong |
Definition at line 60 of file ContentConfigInput.cs.
Referenced by OnInstantiate().
UIDropdown ContentConfigInput.ddMouse3Click |
Definition at line 62 of file ContentConfigInput.cs.
Referenced by OnInstantiate().
UIDropdown ContentConfigInput.ddMouse3Long |
Definition at line 64 of file ContentConfigInput.cs.
Referenced by OnInstantiate().
UIDropdown ContentConfigInput.ddMouse4Click |
Definition at line 66 of file ContentConfigInput.cs.
Referenced by OnInstantiate().
UIDropdown ContentConfigInput.ddMouse4Long |
Definition at line 68 of file ContentConfigInput.cs.
Referenced by OnInstantiate().
UIList ContentConfigInput.listAdvanced |
Definition at line 14 of file ContentConfigInput.cs.
Referenced by OnInstantiate().
UIList ContentConfigInput.listEtc |
Definition at line 12 of file ContentConfigInput.cs.
Referenced by OnInstantiate().
UIList ContentConfigInput.listGeneral |
Definition at line 8 of file ContentConfigInput.cs.
Referenced by OnInstantiate().
UIList ContentConfigInput.listMenu |
Definition at line 10 of file ContentConfigInput.cs.
Referenced by OnInstantiate().
UIList ContentConfigInput.listMovement |
Definition at line 6 of file ContentConfigInput.cs.
Referenced by OnInstantiate().
Slider ContentConfigInput.sliderDragScroll |
Definition at line 40 of file ContentConfigInput.cs.
Referenced by OnInstantiate().
Slider ContentConfigInput.sliderEdgeScroll |
Definition at line 42 of file ContentConfigInput.cs.
Referenced by OnInstantiate().
Slider ContentConfigInput.sliderKeyboardScroll |
Definition at line 38 of file ContentConfigInput.cs.
Referenced by OnInstantiate().
Slider ContentConfigInput.sliderMoveFrame |
Definition at line 46 of file ContentConfigInput.cs.
Referenced by OnInstantiate().
Slider ContentConfigInput.sliderRunDistance |
Definition at line 44 of file ContentConfigInput.cs.
UIButton ContentConfigInput.toggleAltChangeHeight |
Definition at line 56 of file ContentConfigInput.cs.
Referenced by OnInstantiate().
UIButton ContentConfigInput.toggleAltExamine |
Definition at line 26 of file ContentConfigInput.cs.
Referenced by OnInstantiate().
UIButton ContentConfigInput.toggleAltKeyAxis |
Definition at line 18 of file ContentConfigInput.cs.
Referenced by OnInstantiate().
UIButton ContentConfigInput.toggleAutorun |
Definition at line 16 of file ContentConfigInput.cs.
Referenced by OnInstantiate().
UIButton ContentConfigInput.toggleEdge |
Definition at line 48 of file ContentConfigInput.cs.
Referenced by OnInstantiate().
UIButton ContentConfigInput.toggleIgnoreNPCs |
Definition at line 24 of file ContentConfigInput.cs.
Referenced by OnInstantiate().
UIButton ContentConfigInput.toggleInvertX |
Definition at line 50 of file ContentConfigInput.cs.
Referenced by OnInstantiate().
UIButton ContentConfigInput.toggleInvertY |
Definition at line 52 of file ContentConfigInput.cs.
Referenced by OnInstantiate().
UIButton ContentConfigInput.toggleKeepRunning |
Definition at line 20 of file ContentConfigInput.cs.
Referenced by OnInstantiate().
UIButton ContentConfigInput.toggleLinearZoom |
Definition at line 54 of file ContentConfigInput.cs.
Referenced by OnInstantiate().
UIButton ContentConfigInput.toggleRightClickExitBuildMode |
Definition at line 22 of file ContentConfigInput.cs.
Referenced by OnInstantiate().
UIButton ContentConfigInput.toggleSmoothFollow |
Definition at line 34 of file ContentConfigInput.cs.
Referenced by OnInstantiate().
UIButton ContentConfigInput.toggleSmoothMove |
Definition at line 36 of file ContentConfigInput.cs.
Referenced by OnInstantiate().
UIButton ContentConfigInput.toggleZoomMax |
Definition at line 32 of file ContentConfigInput.cs.
Referenced by OnInstantiate().
UIButton ContentConfigInput.toggleZoomMin |
Definition at line 30 of file ContentConfigInput.cs.
Referenced by OnInstantiate().
UIButton ContentConfigInput.toggleZoomToMouse |
Definition at line 28 of file ContentConfigInput.cs.
Referenced by OnInstantiate().