C# Class UIFontInspector, TheUnseen

Inheritance: Editor
Mostrar archivo Open project: henryj41043/TheUnseen

Public Methods

Method Description
HasPreviewGUI ( ) : bool
OnInspectorGUI ( ) : void
OnPreviewGUI ( Rect rect, GUIStyle background ) : void

Draw the font preview window.

Private Methods

Method Description
ChangeSymbolSprite ( string spriteName ) : void

Existing sprite selection.

MarkAsChanged ( ) : void
OnSelectAtlas ( Object obj ) : void
OnSelectFont ( Object obj ) : void
SelectSprite ( string spriteName ) : void

Sprite selection callback.

SelectSymbolSprite ( string spriteName ) : void

"New Sprite" selection.

Method Details

HasPreviewGUI() public method

public HasPreviewGUI ( ) : bool
return bool

OnInspectorGUI() public method

public OnInspectorGUI ( ) : void
return void

OnPreviewGUI() public method

Draw the font preview window.
public OnPreviewGUI ( Rect rect, GUIStyle background ) : void
rect Rect
background GUIStyle
return void