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, 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
_configs, _parser, DEFAULT_MATERIAL, DEFAULT_MATERIALS, DEFAULT_TAG, DEFAULT_TEXTURE, implementation, SKINNED_TAG
 
Fields inherited from class com.threerings.config.ParameterizedConfig
_args, _base, _derived, parameters
 
Fields inherited from class com.threerings.config.ManagedConfig
_cfgmgr, _listeners, _name, _updateConfigs, _updateResources
 
Constructor Summary
ActorModelConfig()
           
 
Method Summary
 
Methods inherited from class com.threerings.opengl.model.config.ModelConfig
fireConfigUpdated, getConfigManager, getModelImplementation, getOriginal, getParticleGeometry, getParticleMaterial, getUpdateReferences, init, updateFromSource, validateReferences
 
Methods inherited from class com.threerings.config.ParameterizedConfig
applyArguments, applyArguments, getBound, getInstance, getParameter, getParameter, getReference, maybeFireOnConfigManager, validateOuters, wasUpdated
 
Methods inherited from class com.threerings.config.ManagedConfig
addListener, addUpdateDependencies, clearUpdateDependencies, configUpdated, getInstance, getInstance, getInstance, getInstance, getName, getUpdateResources, removeListener, resourceModified, setName
 
Methods inherited from class com.threerings.util.DeepObject
clone, copy, copy, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ActorModelConfig

public ActorModelConfig()