C# Class Nez.LibGdxAtlases.LibGdxAtlas

Show file Open project: prime31/Nez

Public Properties

Property Type Description
atlases List

Public Methods

Method 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 method

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

getNinePatch() public method

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

getSubtexture() public method

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

Property Details

atlases public property

public List atlases
return List