|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.threerings.util.DeepObject
com.threerings.opengl.scene.config.ViewerEffectConfig
com.threerings.opengl.scene.config.ViewerEffectConfig.BackgroundColor
public static class ViewerEffectConfig.BackgroundColor
Changes the background color.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.threerings.opengl.scene.config.ViewerEffectConfig |
|---|
ViewerEffectConfig.BackgroundColor, ViewerEffectConfig.Particles, ViewerEffectConfig.RenderEffect, ViewerEffectConfig.Skybox, ViewerEffectConfig.Sound |
| Field Summary | |
|---|---|
Color4f |
color
The background color. |
| Constructor Summary | |
|---|---|
ViewerEffectConfig.BackgroundColor()
|
|
| Method Summary | |
|---|---|
ViewerEffect |
getViewerEffect(GlContext ctx,
Scope scope,
ViewerEffect effect)
Creates the actual effect object. |
| Methods inherited from class com.threerings.opengl.scene.config.ViewerEffectConfig |
|---|
getNoopEffect |
| Methods inherited from class com.threerings.util.DeepObject |
|---|
clone, copy, copy, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
@Editable public Color4f color
| Constructor Detail |
|---|
public ViewerEffectConfig.BackgroundColor()
| Method Detail |
|---|
public ViewerEffect getViewerEffect(GlContext ctx,
Scope scope,
ViewerEffect effect)
ViewerEffectConfig
getViewerEffect in class ViewerEffectConfigeffect - an effect to reuse, if possible.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||