com.threerings.tudey.config
Class ActorModelConfig

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.config.ManagedConfig
          extended by com.threerings.config.ParameterizedConfig
              extended by com.threerings.opengl.model.config.ModelConfig
                  extended by com.threerings.tudey.config.ActorModelConfig
All Implemented Interfaces:
ConfigUpdateListener<ManagedConfig>, Exportable, com.threerings.resource.ResourceManager.ModificationObserver, Copyable, Cloneable

public abstract class ActorModelConfig
extends ModelConfig

A model config wrapper for using an actor's model config.


Nested Class Summary
static class ActorModelConfig.Wrapper
          An actor model config wrapper.
 
Nested classes/interfaces inherited from class com.threerings.opengl.model.config.ModelConfig
ModelConfig.BaseWrapper, ModelConfig.Derived, ModelConfig.Implementation, ModelConfig.Imported, ModelConfig.MeshSet, ModelConfig.Schemed, ModelConfig.SchemedModel, ModelConfig.VisibleMesh
 
Field Summary
 
Fields inherited from class com.threerings.opengl.model.config.ModelConfig
DEFAULT_TAG, implementation, SKINNED_TAG
 
Fields inherited from class com.threerings.config.ParameterizedConfig
parameters
 
Constructor Summary
ActorModelConfig()
           
 
Method Summary
 
Methods inherited from class com.threerings.opengl.model.config.ModelConfig
getConfigManager, getModelImplementation, getOriginal, getParticleGeometry, getParticleMaterial, init, updateFromSource, validateReferences
 
Methods inherited from class com.threerings.config.ParameterizedConfig
getInstance, getParameter, getReference, validateOuters, wasUpdated
 
Methods inherited from class com.threerings.config.ManagedConfig
addListener, configUpdated, getInstance, getInstance, getInstance, getInstance, getName, removeListener, resourceModified, setName
 
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

ActorModelConfig

public ActorModelConfig()


Copyright © 2011. All Rights Reserved.