C# Class ManicDigger.The3d

Inheritance: IThe3d, IDraw2d, IGetCameraMatrix
Datei anzeigen Open project: GlennMR/800Craft-Client Class Usage Examples

Public Properties

Property Type Description
ALLOW_NON_POWER_OF_TWO bool

Private Properties

Property Type Description
IsPowerOfTwo bool

Public Methods

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

Private Methods

Method Description
IsPowerOfTwo ( uint x ) : bool

Method Details

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

ALLOW_NON_POWER_OF_TWO public_oe property

public bool ALLOW_NON_POWER_OF_TWO
return bool