|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BlendState.BlendEquation | |
---|---|
com.jme.scene.state |
Uses of BlendState.BlendEquation in com.jme.scene.state |
---|
Methods in com.jme.scene.state that return BlendState.BlendEquation | |
---|---|
BlendState.BlendEquation |
BlendState.getBlendEquationAlpha()
|
BlendState.BlendEquation |
BlendState.getBlendEquationRGB()
|
static BlendState.BlendEquation |
BlendState.BlendEquation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static BlendState.BlendEquation[] |
BlendState.BlendEquation.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.jme.scene.state with parameters of type BlendState.BlendEquation | |
---|---|
void |
BlendState.setBlendEquation(BlendState.BlendEquation blendEquation)
|
void |
BlendState.setBlendEquationAlpha(BlendState.BlendEquation blendEquation)
|
void |
BlendState.setBlendEquationRGB(BlendState.BlendEquation blendEquation)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |