com.threerings.opengl.gui.config
Class ComponentConfig.ViewModel
java.lang.Object
com.threerings.util.DeepObject
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.
model
@Editable(nullable=true)
public ConfigReference<ModelConfig> model
- The model reference.
transform
@Editable(step=0.01)
public Transform3D transform
- The transform of the model.
ComponentConfig.ViewModel
public ComponentConfig.ViewModel()
Copyright © 2011. All Rights Reserved.