C# Class Nez.LibGdxAtlases.LibGdxAtlas

Afficher le fichier Open project: prime31/Nez

Méthodes publiques

Свойство Type Description
atlases List

Méthodes publiques

Méthode Description
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

Method Details

get() public méthode

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

getNinePatch() public méthode

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

getSubtexture() public méthode

alias for LibGdxAtlas.get
public getSubtexture ( string name ) : Subtexture
name string Name.
Résultat Nez.Textures.Subtexture

Property Details

atlases public_oe property

public List atlases
Résultat List