|
||||||||||
| 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.ActorConfig.Implementation
@EditorTypes(value={ActorConfig.Original.class,ActorConfig.Mobile.class,ActorConfig.Pawn.class,ActorConfig.Agent.class,ActorConfig.Derived.class})
public abstract static class ActorConfig.ImplementationContains the actual implementation of the actor.
| Constructor Summary | |
|---|---|
ActorConfig.Implementation()
|
|
| Method Summary | |
|---|---|
abstract ActorConfig.Original |
getOriginal(ConfigManager cfgmgr)
Returns a reference to the config's underlying original implementation. |
abstract ActorSprite.Implementation |
getSpriteImplementation(TudeyContext ctx,
Scope scope,
ActorSprite.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. |
void |
invalidate()
Invalidates any cached data. |
| 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 |
| Constructor Detail |
|---|
public ActorConfig.Implementation()
| Method Detail |
|---|
public void getUpdateReferences(ConfigReferenceSet refs)
public abstract ActorConfig.Original getOriginal(ConfigManager cfgmgr)
public abstract ActorSprite.Implementation getSpriteImplementation(TudeyContext ctx,
Scope scope,
ActorSprite.Implementation impl)
scope - the actor's expression scope.impl - an existing implementation to reuse, if possible.
null if no implementation could be created.public void invalidate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||