com.threerings.opengl.gui.config
Class ComponentConfig.ViewModel

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.opengl.gui.config.ComponentConfig.ViewModel
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Enclosing class:
ComponentConfig

public static class ComponentConfig.ViewModel
extends DeepObject
implements Exportable

Represents a model to include in a ComponentConfig.RenderableView.


Field Summary
 ConfigReference<ModelConfig> model
          The model reference.
 Transform3D transform
          The transform of the model.
 
Constructor Summary
ComponentConfig.ViewModel()
           
 
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

model

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


transform

@Editable(step=0.01)
public Transform3D transform
The transform of the model.

Constructor Detail

ComponentConfig.ViewModel

public ComponentConfig.ViewModel()


Copyright © 2011. All Rights Reserved.