|
||||||||||
| 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.PlaceableConfig.Implementation
com.threerings.tudey.config.PlaceableConfig.Derived
public static class PlaceableConfig.Derived
A derived implementation.
| Field Summary | |
|---|---|
ConfigReference<PlaceableConfig> |
placeable
The placeable reference. |
| Constructor Summary | |
|---|---|
PlaceableConfig.Derived()
|
|
| Method Summary | |
|---|---|
PlaceableCursor.Implementation |
getCursorImplementation(TudeyContext ctx,
Scope scope,
PlaceableCursor.Implementation impl)
Creates or updates a cursor implementation for this configuration. |
PlaceableConfig.Original |
getOriginal(ConfigManager cfgmgr)
Returns a reference to the config's underlying original implementation. |
PlaceableSprite.Implementation |
getSpriteImplementation(TudeyContext ctx,
Scope scope,
PlaceableSprite.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.PlaceableConfig.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<PlaceableConfig> placeable
| Constructor Detail |
|---|
public PlaceableConfig.Derived()
| Method Detail |
|---|
public void getUpdateReferences(ConfigReferenceSet refs)
PlaceableConfig.Implementation
getUpdateReferences in class PlaceableConfig.Implementationpublic PlaceableConfig.Original getOriginal(ConfigManager cfgmgr)
PlaceableConfig.Implementation
getOriginal in class PlaceableConfig.Implementation
public PlaceableCursor.Implementation getCursorImplementation(TudeyContext ctx,
Scope scope,
PlaceableCursor.Implementation impl)
PlaceableConfig.Implementation
getCursorImplementation in class PlaceableConfig.Implementationscope - the placeable's expression scope.impl - an existing implementation to reuse, if possible.
null if no implementation could be created.
public PlaceableSprite.Implementation getSpriteImplementation(TudeyContext ctx,
Scope scope,
PlaceableSprite.Implementation impl)
PlaceableConfig.Implementation
getSpriteImplementation in class PlaceableConfig.Implementationscope - the placeable'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 | |||||||||