C# 클래스 UIFontInspector, TheUnseen

상속: Editor
파일 보기 프로젝트 열기: henryj41043/TheUnseen

공개 메소드들

메소드 설명
HasPreviewGUI ( ) : bool
OnInspectorGUI ( ) : void
OnPreviewGUI ( Rect rect, GUIStyle background ) : void

Draw the font preview window.

비공개 메소드들

메소드 설명
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.

메소드 상세

HasPreviewGUI() 공개 메소드

public HasPreviewGUI ( ) : bool
리턴 bool

OnInspectorGUI() 공개 메소드

public OnInspectorGUI ( ) : void
리턴 void

OnPreviewGUI() 공개 메소드

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