C# 클래스 Spine.Unity.Editor.AtlasAssetInspector

상속: UnityEditor.Editor
파일 보기 프로젝트 열기: EsotericSoftware/spine-runtimes 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetRegions List
OnEnable void
UpdateBakedList void

공개 메소드들

메소드 설명
OnInspectorGUI ( ) : void
UpdateSpriteSlices ( Texture texture, Atlas atlas ) : void

비공개 메소드들

메소드 설명
GetRegions ( Atlas atlas ) : List
OnEnable ( ) : void
UpdateBakedList ( ) : void

메소드 상세

OnInspectorGUI() 공개 메소드

public OnInspectorGUI ( ) : void
리턴 void

UpdateSpriteSlices() 정적인 공개 메소드

static public UpdateSpriteSlices ( Texture texture, Atlas atlas ) : void
texture UnityEngine.Texture
atlas Spine.Atlas
리턴 void