NGUI: Next-Gen UI kit
3.7.2
|
Example script that resizes the widget it's attached to in order to envelop the target content. More...
Public Member Functions | |
void | Execute () |
Public Attributes | |
Transform | targetRoot |
int | padLeft = 0 |
int | padRight = 0 |
int | padBottom = 0 |
int | padTop = 0 |
Example script that resizes the widget it's attached to in order to envelop the target content.
void EnvelopContent.Execute | ( | ) |
int EnvelopContent.padBottom = 0 |
int EnvelopContent.padLeft = 0 |
int EnvelopContent.padRight = 0 |
int EnvelopContent.padTop = 0 |
Transform EnvelopContent.targetRoot |