C# 클래스 Nez.LibGdxAtlases.LibGdxAtlas

파일 보기 프로젝트 열기: prime31/Nez

공개 프로퍼티들

프로퍼티 타입 설명
atlases List

공개 메소드들

메소드 설명
get ( string name ) : Subtexture

gets the Subtexture with name or returns null if it cant be found

getNinePatch ( string name ) : NinePatchSubtexture

gets the Subtexture with name or returns null if it cant be found

getSubtexture ( string name ) : Subtexture

alias for LibGdxAtlas.get

메소드 상세

get() 공개 메소드

gets the Subtexture with name or returns null if it cant be found
public get ( string name ) : Subtexture
name string Name.
리턴 Nez.Textures.Subtexture

getNinePatch() 공개 메소드

gets the Subtexture with name or returns null if it cant be found
public getNinePatch ( string name ) : NinePatchSubtexture
name string Name.
리턴 Nez.Textures.NinePatchSubtexture

getSubtexture() 공개 메소드

alias for LibGdxAtlas.get
public getSubtexture ( string name ) : Subtexture
name string Name.
리턴 Nez.Textures.Subtexture

프로퍼티 상세

atlases 공개적으로 프로퍼티

public List atlases
리턴 List