Свойство | Type | Description | |
---|---|---|---|
instance | UIAtlasInspector, |
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.
|
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.
|
public OnPreviewGUI ( Rect rect, GUIStyle background ) : void | ||
rect | Rect | |
background | GUIStyle | |
Résultat | void |