C# Class UIFontInspector, TheUnseen

Inheritance: Editor
Afficher le fichier Open project: henryj41043/TheUnseen

Méthodes publiques

Méthode Description
HasPreviewGUI ( ) : bool
OnInspectorGUI ( ) : void
OnPreviewGUI ( Rect rect, GUIStyle background ) : void

Draw the font preview window.

Private Methods

Méthode 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 méthode

public HasPreviewGUI ( ) : bool
Résultat bool

OnInspectorGUI() public méthode

public OnInspectorGUI ( ) : void
Résultat void

OnPreviewGUI() public méthode

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