Classes | |
class | PowerUI.Callback |
Callbacks can be used to make sure certain things run on Unities main thread. To use them, you must inherit this callback class and override OnRun. When you create an instance, call instance.Go(); to request a run on the main thread. Note that order is not necessarily retained if you happen to call Go on the main thread anyway - it will run immediately. More... | |
Namespaces | |
PowerUI | |
The PowerUI namespace manages almost everything to do with PowerUI such as html, css and it's rendering. | |
Constant Groups | |
PowerUI | |
The PowerUI namespace manages almost everything to do with PowerUI such as html, css and it's rendering. | |