C# 클래스 LeopotamGroup.SystemUI.Atlases.SpriteAtlas

상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: Leopotam/LeopotamGroupLibraryUnity

공개 메소드들

메소드 설명
Get ( string spriteName ) : Sprite
GetName ( ) : string
SetSprites ( IList list ) : void

비공개 메소드들

메소드 설명
RebuildIndex ( ) : void

메소드 상세

Get() 공개 메소드

public Get ( string spriteName ) : Sprite
spriteName string
리턴 UnityEngine.Sprite

GetName() 공개 메소드

public GetName ( ) : string
리턴 string

SetSprites() 공개 메소드

public SetSprites ( IList list ) : void
list IList
리턴 void