Space Engineers
Μη επαρκής αριθμός βαθμολογιών
XUI Example Script
   
Βραβείο
Αγαπημένο
Αγαπημένο
Μη αγαπημένο
Ετικέτες: development
Μέγεθος αρχείου
Αναρτήθηκε
Ενημερώθηκε
11.978 KB
8 Νοε 2016, 16:32
23 Φεβ 2017, 9:22
8 σημειώσεις αλλαγών ( προβολή )

Συνδρομή για λήψη
XUI Example Script

ΠΕΡΙΓΡΑΦΗ
XUI is an XML based UI framework (delivered as ingame script) that aims at solving most of the problems that you are presented with when making UIs for LCD/Text panels.
For example it allows you, to create interactive menus, working hyperlinks, progressbars, text input fields with nearly no programming (no. Writing xml code is not programming :P).
Even centering and aligning of text is possible with simple xml attributes.

This is the XUI example script, which was also used in the example world. To use it. load it in a programmable block that has the same owner as a LCD/Wide LCD/Text Panel with the name "UIPanel".

You can check out the whole project on my Github[github.com].

Here you can find a Tutorial on how to use the basic functions of the framework.

The documentation is available here.