|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.util.DeepObject
com.threerings.opengl.model.config.CompoundConfig.ComponentModel
public static class CompoundConfig.ComponentModel
Represents one of the models that makes up the compound.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.threerings.io.Streamable |
|---|
com.threerings.io.Streamable.Closure |
| Field Summary | |
|---|---|
ConfigReference<ModelConfig> |
model
The model reference. |
String |
node
A node to attach the model to, if present. |
Transform3D |
transform
The model transform. |
| Constructor Summary | |
|---|---|
CompoundConfig.ComponentModel()
Default constructor. |
|
CompoundConfig.ComponentModel(ConfigReference<ModelConfig> model,
Transform3D transform)
Constructor that takes a precreated model reference and transform. |
|
| 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 |
|---|
@Editable public String node
@Editable(nullable=true) public ConfigReference<ModelConfig> model
@Editable(step=0.01) public Transform3D transform
| Constructor Detail |
|---|
public CompoundConfig.ComponentModel()
public CompoundConfig.ComponentModel(ConfigReference<ModelConfig> model,
Transform3D transform)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||