C# 클래스 UISpriteInspector, TheUnseen

상속: UIWidgetInspector
파일 보기 프로젝트 열기: henryj41043/TheUnseen 1 사용 예제들

공개 메소드들

메소드 설명
HasPreviewGUI ( ) : bool

All widgets have a preview.

OnPreviewGUI ( Rect rect, GUIStyle background ) : void

Draw the sprite preview.

보호된 메소드들

메소드 설명
DrawCustomProperties ( ) : void

Sprites's custom properties based on the type.

ShouldDrawProperties ( ) : bool

Draw the atlas and sprite selection fields.

비공개 메소드들

메소드 설명
OnSelectAtlas ( Object obj ) : void

Atlas selection callback.

SelectSprite ( string spriteName ) : void

Sprite selection callback function.

메소드 상세

DrawCustomProperties() 보호된 메소드

Sprites's custom properties based on the type.
protected DrawCustomProperties ( ) : void
리턴 void

HasPreviewGUI() 공개 메소드

All widgets have a preview.
public HasPreviewGUI ( ) : bool
리턴 bool

OnPreviewGUI() 공개 메소드

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

ShouldDrawProperties() 보호된 메소드

Draw the atlas and sprite selection fields.
protected ShouldDrawProperties ( ) : bool
리턴 bool