NGUI: Next-Gen UI kit
3.7.2
|
Inspector class used to edit the UIAtlas. More...
Public Member Functions | |
override void | OnInspectorGUI () |
Draw the inspector widget. More... | |
override bool | HasPreviewGUI () |
All widgets have a preview. More... | |
override void | OnPreviewGUI (Rect rect, GUIStyle background) |
Draw the sprite preview. More... | |
Static Public Attributes | |
static UIAtlasInspector | instance |
Inspector class used to edit the UIAtlas.
override bool UIAtlasInspector.HasPreviewGUI | ( | ) |
All widgets have a preview.
override void UIAtlasInspector.OnInspectorGUI | ( | ) |
Draw the inspector widget.
override void UIAtlasInspector.OnPreviewGUI | ( | Rect | rect, |
GUIStyle | background | ||
) |
Draw the sprite preview.
|
static |