|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AlphaMode | |
|---|---|
| com.threerings.opengl.effect | Effect classes. |
| com.threerings.opengl.effect.config | Effect configurations. |
| Uses of AlphaMode in com.threerings.opengl.effect |
|---|
| Methods in com.threerings.opengl.effect that return AlphaMode | |
|---|---|
static AlphaMode |
AlphaMode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AlphaMode[] |
AlphaMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.threerings.opengl.effect with parameters of type AlphaMode | |
|---|---|
void |
Particle.init(float lifespan,
AlphaMode alphaMode,
ColorFunctionVariable color,
FloatFunctionVariable size,
FloatFunctionVariable length,
FloatFunctionVariable frame,
Transform3D historyTransform)
Initializes the particle. |
| Uses of AlphaMode in com.threerings.opengl.effect.config |
|---|
| Fields in com.threerings.opengl.effect.config declared as AlphaMode | |
|---|---|
AlphaMode |
BaseParticleSystemConfig.Layer.alphaMode
Determines how colors are modified according to their alpha values. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||