Public Member Functions | |
Texture (GraphicsSystem graphicsSystem, string file) | |
Texture (GraphicsSystem graphicsSystem, Bitmap bitmap) | |
Texture (GraphicsSystem graphicsSystem, byte[] data, int width, int height) | |
void | Dispose () |
Properties | |
string | File [get] |
int | Width [get] |
int | Height [get] |
Lib3D.Texture.Texture | ( | GraphicsSystem | graphicsSystem, | |
string | file | |||
) |
Lib3D.Texture.Texture | ( | GraphicsSystem | graphicsSystem, | |
Bitmap | bitmap | |||
) |
Lib3D.Texture.Texture | ( | GraphicsSystem | graphicsSystem, | |
byte[] | data, | |||
int | width, | |||
int | height | |||
) |
void Lib3D.Texture.Dispose | ( | ) |
string Lib3D.Texture.File [get] |
int Lib3D.Texture.Height [get] |
int Lib3D.Texture.Width [get] |