public class VisualScene extends ColladaElement
The visual scene. The visual_scene element declares the base of the visual_scene hierarchy or scene graph. The scene contains elements that comprise much of the visual and transformational information content as created by the authoring tools.
Constructor and Description |
---|
VisualScene() |
Modifier and Type | Method and Description |
---|---|
Asset |
getAsset()
Gets or sets the asset.
|
EvaluateScene[] |
getEvaluateScene()
Gets or sets the evaluate scene.
|
Extra[] |
getExtra()
Gets or sets the extra.
|
String |
getId()
Gets or sets the id.
|
String |
getName()
Gets or sets the name.
|
Node[] |
getNode()
Gets or sets the node.
|
void |
setAsset(Asset value)
Gets or sets the asset.
|
void |
setEvaluateScene(EvaluateScene[] value)
Gets or sets the evaluate scene.
|
void |
setExtra(Extra[] value)
Gets or sets the extra.
|
void |
setId(String value)
Gets or sets the id.
|
void |
setName(String value)
Gets or sets the name.
|
void |
setNode(Node[] value)
Gets or sets the node.
|
public final Asset getAsset()
Gets or sets the asset. The visual_scene element may contain an asset element.
public final void setAsset(Asset value)
Gets or sets the asset. The visual_scene element may contain an asset element.
public final Node[] getNode()
Gets or sets the node. The visual_scene element must have at least one node element.
public final void setNode(Node[] value)
Gets or sets the node. The visual_scene element must have at least one node element.
public final EvaluateScene[] getEvaluateScene()
Gets or sets the evaluate scene. The evaluate_scene element declares information specifying how to evaluate this visual_scene. There may be any number of evaluate_scene elements. They are evaluated in order and particular one may be disabled via setting enabled=false.
public final void setEvaluateScene(EvaluateScene[] value)
Gets or sets the evaluate scene. The evaluate_scene element declares information specifying how to evaluate this visual_scene. There may be any number of evaluate_scene elements. They are evaluated in order and particular one may be disabled via setting enabled=false.
public final Extra[] getExtra()
Gets or sets the extra. The extra element may appear any number of times.
public final void setExtra(Extra[] value)
Gets or sets the extra. The extra element may appear any number of times.
public final String getId()
Gets or sets the id. The id attribute is a text string containing the unique identifier of this element. This value must be unique within the instance document. Optional attribute.
public final void setId(String value)
Gets or sets the id. The id attribute is a text string containing the unique identifier of this element. This value must be unique within the instance document. Optional attribute.
public final String getName()
Gets or sets the name. The name attribute is the text string name of this element. Optional attribute.
public final void setName(String value)
Gets or sets the name. The name attribute is the text string name of this element. Optional attribute.