C# Class UIAtlasInspector, TheUnseen

Inheritance: Editor
Afficher le fichier Open project: henryj41043/TheUnseen Class Usage Examples

Méthodes publiques

Свойство Type Description
instance UIAtlasInspector,

Méthodes publiques

Méthode Description
HasPreviewGUI ( ) : bool

All widgets have a preview.

OnInspectorGUI ( ) : void

Draw the inspector widget.

OnPreviewGUI ( Rect rect, GUIStyle background ) : void

Draw the sprite preview.

Private Methods

Méthode Description
MarkSpriteAsDirty ( ) : void

Convenience function -- mark all widgets using the sprite as changed.

OnDisable ( ) : void
OnEnable ( ) : void
OnSelectAtlas ( Object obj ) : void

Replacement atlas selection callback.

SelectSprite ( string spriteName ) : void

Sprite selection callback.

Method Details

HasPreviewGUI() public méthode

All widgets have a preview.
public HasPreviewGUI ( ) : bool
Résultat bool

OnInspectorGUI() public méthode

Draw the inspector widget.
public OnInspectorGUI ( ) : 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

Property Details

instance static_oe public_oe property

static public UIAtlasInspector, instance
Résultat UIAtlasInspector,