liberty-engine ~master (2019-02-13T12:42:06Z)
Dub
Repo
Material
liberty
material
impl
*
final
class
Material :
IDefaultMaterialsFactory
{
this
(BMPImage image);
this
(string texturePath);
this
(string[6] texturesPath);
void
setTexture
(Texture texture);
Texture
getTexture
();
}
Constructors
this
this
(BMPImage image)
*
this
this
(string texturePath)
*
this
this
(string[6] texturesPath)
*
Members
Functions
getTexture
Texture
getTexture
()
*
setTexture
void
setTexture
(Texture texture)
*
Inherited Members
From IDefaultMaterialsFactory
getDefault
Material
getDefault
()
*
Meta
Source
See Implementation
liberty
material
impl
classes
Material
*