com.threerings.opengl.util
Class Preloadable.Animation
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.util.Preloadable
com.threerings.opengl.util.Preloadable.Animation
- All Implemented Interfaces:
- Copyable, Cloneable
- Enclosing class:
- Preloadable
public static class Preloadable.Animation
- extends Preloadable
An animation resource.
Preloadable.Animation
public Preloadable.Animation(ConfigReference<AnimationConfig> ref)
- Creates a new model resource.
getReference
public ConfigReference<AnimationConfig> getReference()
- Returns a reference to the animation config reference.
preload
public void preload(GlContext ctx)
- Description copied from class:
Preloadable
- Preloads this resource and creates a reference to it, preventing it from being
garbage-collected.
- Specified by:
preload in class Preloadable
toString
public String toString()
- Overrides:
toString in class DeepObject
Copyright © 2011. All Rights Reserved.