Detailed Description

This class is the default PowerUI Manager Monobehaviour. To use it, it needs to be attached to a gameobject in the scene.

Inheritance diagram for PoweruiManager:

Public Attributes

TextAsset HtmlFile
 A File containing the html/css/nitro of your UI. More...
 
float SimpleResolution =1f
 The UI screen Resolution. See UI.Resolution for more info. Note that this is a very basic usage! PowerUI can also select different images too without affecting your html. More...
 

Private Member Functions

void OnEnable ()
 
void OnDisable ()
 

Member Function Documentation

void PoweruiManager.OnDisable ( )
inlineprivate
void PoweruiManager.OnEnable ( )
inlineprivate

Member Data Documentation

TextAsset PoweruiManager.HtmlFile

A File containing the html/css/nitro of your UI.

float PoweruiManager.SimpleResolution =1f

The UI screen Resolution. See UI.Resolution for more info. Note that this is a very basic usage! PowerUI can also select different images too without affecting your html.