C# Class UITextureInspector, TheUnseen

Inheritance: UIWidgetInspector
Show file Open project: henryj41043/TheUnseen

Public Methods

Method Description
HasPreviewGUI ( ) : bool

Allow the texture to be previewed.

OnPreviewGUI ( Rect rect, GUIStyle background ) : void

Draw the sprite preview.

Protected Methods

Method Description
OnEnable ( ) : void
ShouldDrawProperties ( ) : bool

Method Details

HasPreviewGUI() public method

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

OnEnable() protected method

protected OnEnable ( ) : void
return void

OnPreviewGUI() public method

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

ShouldDrawProperties() protected method

protected ShouldDrawProperties ( ) : bool
return bool