C# Class ManicDigger.The3dDummy

Inheritance: IThe3d
Show file Open project: GlennMR/800Craft-Client

Public Properties

Property Type Description
TextureId int

Public Methods

Method Description
LoadTerrainTexture ( string filename ) : int
LoadTexture ( Bitmap bmp ) : int
LoadTexture ( string filename ) : int

Method Details

LoadTerrainTexture() public method

public LoadTerrainTexture ( string filename ) : int
filename string
return int

LoadTexture() public method

public LoadTexture ( Bitmap bmp ) : int
bmp System.Drawing.Bitmap
return int

LoadTexture() public method

public LoadTexture ( string filename ) : int
filename string
return int

Property Details

TextureId public property

public int TextureId
return int