|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BlendState.DestinationFunction | |
---|---|
com.jme.scene.state |
Uses of BlendState.DestinationFunction in com.jme.scene.state |
---|
Methods in com.jme.scene.state that return BlendState.DestinationFunction | |
---|---|
BlendState.DestinationFunction |
BlendState.getDestinationFunctionAlpha()
getDestinationFunction returns the destination function
for the blending function. |
BlendState.DestinationFunction |
BlendState.getDestinationFunctionRGB()
getDestinationFunction returns the destination function
for the blending function. |
static BlendState.DestinationFunction |
BlendState.DestinationFunction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static BlendState.DestinationFunction[] |
BlendState.DestinationFunction.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.DestinationFunction | |
---|---|
void |
BlendState.setDestinationFunction(BlendState.DestinationFunction function)
setDestinationFunction sets the destination function for
the blending equation for both Alpha and RGB values. |
void |
BlendState.setDestinationFunctionAlpha(BlendState.DestinationFunction function)
setDestinationFunctionAlpha sets the destination function
for the blending equation. |
void |
BlendState.setDestinationFunctionRGB(BlendState.DestinationFunction function)
setDestinationFunctionRGB sets the destination function
for the blending equation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |