C# 클래스 UITextureInspector, TheUnseen

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

공개 메소드들

메소드 설명
HasPreviewGUI ( ) : bool

Allow the texture to be previewed.

OnPreviewGUI ( Rect rect, GUIStyle background ) : void

Draw the sprite preview.

보호된 메소드들

메소드 설명
OnEnable ( ) : void
ShouldDrawProperties ( ) : bool

메소드 상세

HasPreviewGUI() 공개 메소드

Allow the texture to be previewed.
public HasPreviewGUI ( ) : bool
리턴 bool

OnEnable() 보호된 메소드

protected OnEnable ( ) : void
리턴 void

OnPreviewGUI() 공개 메소드

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

ShouldDrawProperties() 보호된 메소드

protected ShouldDrawProperties ( ) : bool
리턴 bool