C# Class TextureManager, isoAbbeyTFG

显示文件 Open project: nvidiosin/isoAbbeyTFG Class Usage Examples

Public Methods

Method Description
deleteTexture ( IsoTexture, texture ) : void
getInstance ( ) : TextureManager,
newTexture ( ) : IsoTexture,
textureList ( ) : IsoTexture[],
textureList ( Texture match ) : IsoTexture[],
update ( IsoTexture, texture ) : void

Method Details

deleteTexture() public abstract method

public abstract deleteTexture ( IsoTexture, texture ) : void
texture IsoTexture,
return void

getInstance() public static method

public static getInstance ( ) : TextureManager,
return TextureManager,

newTexture() public abstract method

public abstract newTexture ( ) : IsoTexture,
return IsoTexture,

textureList() public abstract method

public abstract textureList ( ) : IsoTexture[],
return IsoTexture[],

textureList() public abstract method

public abstract textureList ( Texture match ) : IsoTexture[],
match Texture
return IsoTexture[],

update() public abstract method

public abstract update ( IsoTexture, texture ) : void
texture IsoTexture,
return void