C# Class ManicDigger.The3d

Inheritance: IThe3d, IDraw2d, IGetCameraMatrix
Afficher le fichier Open project: GlennMR/800Craft-Client Class Usage Examples

Méthodes publiques

Свойство Type Description
ALLOW_NON_POWER_OF_TWO bool

Private Properties

Свойство Type Description
IsPowerOfTwo bool

Méthodes publiques

Méthode Description
LoadTexture ( Bitmap bmp ) : int
LoadTexture ( string filename ) : int

Private Methods

Méthode Description
IsPowerOfTwo ( uint x ) : bool

Method Details

LoadTexture() public méthode

public LoadTexture ( Bitmap bmp ) : int
bmp System.Drawing.Bitmap
Résultat int

LoadTexture() public méthode

public LoadTexture ( string filename ) : int
filename string
Résultat int

Property Details

ALLOW_NON_POWER_OF_TWO public_oe property

public bool ALLOW_NON_POWER_OF_TWO
Résultat bool