C# Class andengine.opengl.texture.TextureManager

Afficher le fichier Open project: jamesburton/AndEngine.net

Méthodes publiques

Méthode Description
loadTexture ( Texture pTexture ) : bool
loadTextures ( ) : void
reloadTextures ( ) : void
unloadTexture ( Texture pTexture ) : bool
updateTextures ( Javax.Microedition.Khronos.Opengles.IGL10 pGL ) : void
uploadTextures ( ) : void

Méthodes protégées

Méthode Description
clear ( ) : void

Method Details

clear() protected méthode

protected clear ( ) : void
Résultat void

loadTexture() public méthode

public loadTexture ( Texture pTexture ) : bool
pTexture Texture
Résultat bool

loadTextures() public méthode

public loadTextures ( ) : void
Résultat void

reloadTextures() public méthode

public reloadTextures ( ) : void
Résultat void

unloadTexture() public méthode

public unloadTexture ( Texture pTexture ) : bool
pTexture Texture
Résultat bool

updateTextures() public méthode

public updateTextures ( Javax.Microedition.Khronos.Opengles.IGL10 pGL ) : void
pGL Javax.Microedition.Khronos.Opengles.IGL10
Résultat void

uploadTextures() public méthode

public uploadTextures ( ) : void
Résultat void