com.threerings.opengl.model.config
Class ModelConfig.SchemedModel

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.opengl.model.config.ModelConfig.SchemedModel
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Enclosing class:
ModelConfig

public static class ModelConfig.SchemedModel
extends DeepObject
implements Exportable

Combines a render scheme with a model reference.


Field Summary
 ConfigReference<ModelConfig> model
          The model reference.
 String scheme
          The render scheme with which this model is associated.
 
Constructor Summary
ModelConfig.SchemedModel()
           
 
Method Summary
 
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
 

Field Detail

scheme

@Editable(editor="config",
          mode="render_scheme",
          nullable=true)
public String scheme
The render scheme with which this model is associated.


model

@Editable(nullable=true)
public ConfigReference<ModelConfig> model
The model reference.

Constructor Detail

ModelConfig.SchemedModel

public ModelConfig.SchemedModel()


Copyright © 2011. All Rights Reserved.