|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MatParam | |
---|---|
com.jme3.material | The com.jme3.material package contains classes for manipulating
jMonkeyEngine materials. |
Uses of MatParam in com.jme3.material |
---|
Subclasses of MatParam in com.jme3.material | |
---|---|
class |
MatParamTexture
|
Methods in com.jme3.material that return MatParam | |
---|---|
MatParam |
MatParam.clone()
|
MatParam |
MaterialDef.getMaterialParam(java.lang.String name)
Returns the material parameter with the given name. |
MatParam |
Material.getParam(java.lang.String name)
Returns the parameter set on this material with the given name, returns null if the parameter is not set. |
Methods in com.jme3.material that return types with arguments of type MatParam | |
---|---|
java.util.Collection<MatParam> |
MaterialDef.getMaterialParams()
Returns a collection of all material parameters declared in this material definition. |
java.util.Collection<MatParam> |
Material.getParams()
Returns a collection of all parameters set on this material. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |