|
| 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) |
| |
Definition at line 4 of file ContentConfig.cs.
◆ SetSlider()
| void ContentConfig.SetSlider |
( |
Slider |
slider, |
|
|
float |
value, |
|
|
Func< float, string > |
action |
|
) |
| |
|
inline |
◆ config
The documentation for this class was generated from the following file: