Package com.simsilica.lemur.core
Interface GuiMaterial
- All Superinterfaces:
Cloneable
- All Known Implementing Classes:
LightingMaterialAdapter
,UnshadedMaterialAdapter
Wraps a regular JME Material to provide general
access to paramaters that a UI would find useful
like color, etc.
-
Method Details
-
clone
GuiMaterial clone() -
isLit
boolean isLit() -
setColor
-
getColor
ColorRGBA getColor() -
setTexture
-
getTexture
Texture getTexture() -
getMaterial
Material getMaterial()
-