|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.util.DeepObject
com.threerings.config.ManagedConfig
com.threerings.opengl.compositor.config.RenderSchemeConfig
public class RenderSchemeConfig
The configuration of a render scheme.
| Nested Class Summary | |
|---|---|
static class |
RenderSchemeConfig.Implementation
The actual implementation of the scheme. |
static class |
RenderSchemeConfig.Normal
A "normal" implementation. |
static class |
RenderSchemeConfig.Special
A "special" implementation. |
| Field Summary | |
|---|---|
RenderSchemeConfig.Implementation |
implementation
The actual implementation of the scheme. |
static RenderSchemeConfig |
INVALID
Used to indicate that a config reference is invalid. |
| Constructor Summary | |
|---|---|
RenderSchemeConfig()
|
|
| Method Summary | |
|---|---|
MaterialRewriter |
getMaterialRewriter()
Returns the material rewriter for this scheme, if any. |
boolean |
isCompatibleWith(RenderSchemeConfig other)
Checks this scheme for compatibility with another. |
| Methods inherited from class com.threerings.config.ManagedConfig |
|---|
addListener, configUpdated, getConfigManager, getInstance, getInstance, getInstance, getInstance, getInstance, getName, getReference, init, removeListener, resourceModified, setName, updateFromSource, validateOuters, validateReferences, wasUpdated |
| Methods inherited from class com.threerings.util.DeepObject |
|---|
clone, copy, copy, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final RenderSchemeConfig INVALID
@Editable public RenderSchemeConfig.Implementation implementation
| Constructor Detail |
|---|
public RenderSchemeConfig()
| Method Detail |
|---|
public boolean isCompatibleWith(RenderSchemeConfig other)
public MaterialRewriter getMaterialRewriter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||