com.threerings.opengl.model.config
Class ArticulatedConfig.Attachment
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.model.config.ArticulatedConfig.Attachment
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- ArticulatedConfig
public class ArticulatedConfig.Attachment
- extends DeepObject
- implements Exportable
Represents an attached model.
node
@Editable(editor="choice")
public String node
- The name of the node representing the attachment point.
model
@Editable(nullable=true)
public ConfigReference<ModelConfig> model
- The model to attach to the node.
transform
@Editable(step=0.01)
public Transform3D transform
- The transform of the model.
ArticulatedConfig.Attachment
public ArticulatedConfig.Attachment()
getNodeOptions
public String[] getNodeOptions()
- Returns the options available for the node field.
Copyright © 2011. All Rights Reserved.