DynamicTexturesExample Class Reference
Inheritance diagram for DynamicTexturesExample:

Public Attributes

TextAsset HtmlFile
 A File containing the html/css/nitro of your UI. More...
 
PowerBar PowerBarGraphic
 An instance of the power bar - a dynamic graphic. More...
 
HealthBar HealthBarGraphic
 An instance of the health bar - a dynamic graphic. More...
 

Private Member Functions

void Start ()
 
void Update ()
 

Member Function Documentation

void DynamicTexturesExample.Start ( )
inlineprivate
void DynamicTexturesExample.Update ( )
inlineprivate

Member Data Documentation

HealthBar DynamicTexturesExample.HealthBarGraphic

An instance of the health bar - a dynamic graphic.

TextAsset DynamicTexturesExample.HtmlFile

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

PowerBar DynamicTexturesExample.PowerBarGraphic

An instance of the power bar - a dynamic graphic.