C# Class UITextureInspector, TheUnseen

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

Méthodes publiques

Méthode Description
HasPreviewGUI ( ) : bool

Allow the texture to be previewed.

OnPreviewGUI ( Rect rect, GUIStyle background ) : void

Draw the sprite preview.

Méthodes protégées

Méthode Description
OnEnable ( ) : void
ShouldDrawProperties ( ) : bool

Method Details

HasPreviewGUI() public méthode

Allow the texture to be previewed.
public HasPreviewGUI ( ) : bool
Résultat bool

OnEnable() protected méthode

protected OnEnable ( ) : void
Résultat void

OnPreviewGUI() public méthode

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

ShouldDrawProperties() protected méthode

protected ShouldDrawProperties ( ) : bool
Résultat bool