|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ColorFunctionVariable | |
|---|---|
| com.threerings.opengl.effect | Effect classes. |
| com.threerings.opengl.effect.config | Effect configurations. |
| com.threerings.probs | Probabilistic types. |
| Uses of ColorFunctionVariable in com.threerings.opengl.effect |
|---|
| Methods in com.threerings.opengl.effect with parameters of type ColorFunctionVariable | |
|---|---|
void |
Particle.init(float lifespan,
AlphaMode alphaMode,
ColorFunctionVariable color,
FloatFunctionVariable size,
FloatFunctionVariable length,
FloatFunctionVariable frame,
Transform3D historyTransform)
Initializes the particle. |
| Uses of ColorFunctionVariable in com.threerings.opengl.effect.config |
|---|
| Fields in com.threerings.opengl.effect.config declared as ColorFunctionVariable | |
|---|---|
ColorFunctionVariable |
BaseParticleSystemConfig.Layer.color
Controls the particles' change of color over their lifespans. |
| Uses of ColorFunctionVariable in com.threerings.probs |
|---|
| Subclasses of ColorFunctionVariable in com.threerings.probs | |
|---|---|
static class |
ColorFunctionVariable.Fixed
Simply returns the same function. |
static class |
ColorFunctionVariable.VariableConstant
Returns a constant function with a variable value. |
static class |
ColorFunctionVariable.VariableLinear
Returns a linear function with independent variable start and end values. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||