|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.util.DeepObject
com.threerings.tudey.config.PathConfig.Implementation
com.threerings.tudey.config.PathConfig.Derived
public static class PathConfig.Derived
A derived implementation.
| Field Summary | |
|---|---|
ConfigReference<PathConfig> |
path
The path reference. |
| Constructor Summary | |
|---|---|
PathConfig.Derived()
|
|
| Method Summary | |
|---|---|
PathCursor.Implementation |
getCursorImplementation(TudeyContext ctx,
Scope scope,
PathCursor.Implementation impl)
Creates or updates a cursor implementation for this configuration. |
PathConfig.Original |
getOriginal(ConfigManager cfgmgr)
Returns a reference to the config's underlying original implementation. |
PathSprite.Implementation |
getSpriteImplementation(TudeyContext ctx,
Scope scope,
PathSprite.Implementation impl)
Creates or updates a sprite implementation for this configuration. |
void |
getUpdateReferences(ConfigReferenceSet refs)
Adds the implementation's update references to the provided set. |
| Methods inherited from class com.threerings.tudey.config.PathConfig.Implementation |
|---|
invalidate |
| 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 |
|---|
@Editable(nullable=true) public ConfigReference<PathConfig> path
| Constructor Detail |
|---|
public PathConfig.Derived()
| Method Detail |
|---|
public void getUpdateReferences(ConfigReferenceSet refs)
PathConfig.Implementation
getUpdateReferences in class PathConfig.Implementationpublic PathConfig.Original getOriginal(ConfigManager cfgmgr)
PathConfig.Implementation
getOriginal in class PathConfig.Implementation
public PathCursor.Implementation getCursorImplementation(TudeyContext ctx,
Scope scope,
PathCursor.Implementation impl)
PathConfig.Implementation
getCursorImplementation in class PathConfig.Implementationscope - the path's expression scope.impl - an existing implementation to reuse, if possible.
null if no implementation could be created.
public PathSprite.Implementation getSpriteImplementation(TudeyContext ctx,
Scope scope,
PathSprite.Implementation impl)
PathConfig.Implementation
getSpriteImplementation in class PathConfig.Implementationscope - the path's expression scope.impl - an existing implementation to reuse, if possible.
null if no implementation could be created.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||