C# Class Spine.Unity.Editor.AtlasAssetInspector

Inheritance: UnityEditor.Editor
Afficher le fichier Open project: EsotericSoftware/spine-runtimes Class Usage Examples

Private Properties

Свойство Type Description
GetRegions List
OnEnable void
UpdateBakedList void

Méthodes publiques

Méthode Description
OnInspectorGUI ( ) : void
UpdateSpriteSlices ( Texture texture, Atlas atlas ) : void

Private Methods

Méthode Description
GetRegions ( Atlas atlas ) : List
OnEnable ( ) : void
UpdateBakedList ( ) : void

Method Details

OnInspectorGUI() public méthode

public OnInspectorGUI ( ) : void
Résultat void

UpdateSpriteSlices() static public méthode

static public UpdateSpriteSlices ( Texture texture, Atlas atlas ) : void
texture UnityEngine.Texture
atlas Spine.Atlas
Résultat void