|
||||||||||
| 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.model.config.AnimationConfig.Implementation
@EditorTypes(value={AnimationConfig.Imported.class,AnimationConfig.Procedural.class,AnimationConfig.Sequential.class,AnimationConfig.Derived.class})
public abstract static class AnimationConfig.ImplementationContains the actual implementation of the animation.
| Constructor Summary | |
|---|---|
AnimationConfig.Implementation()
|
|
| Method Summary | |
|---|---|
abstract Animation.Implementation |
getAnimationImplementation(GlContext ctx,
Scope scope,
Animation.Implementation impl)
Creates or updates an animation implementation for this configuration. |
void |
getUpdateReferences(ConfigReferenceSet refs)
Adds the implementation's update references to the provided set. |
void |
invalidate()
Invalidates any cached data. |
void |
updateFromSource(EditorContext ctx,
boolean force)
Updates this implementation from its external source, if any. |
| 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 AnimationConfig.Implementation()
| Method Detail |
|---|
public void updateFromSource(EditorContext ctx,
boolean force)
force - if true, reload the source data even if it has already been loaded.public void getUpdateReferences(ConfigReferenceSet refs)
public abstract Animation.Implementation getAnimationImplementation(GlContext ctx,
Scope scope,
Animation.Implementation impl)
scope - the animation'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 | |||||||||