VisualScene class

VisualScene class

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.

Inheritance: VisualSceneColladaElement

The VisualScene type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of VisualScene

Properties

PropertyDescription
assetGets or sets the asset.
The visual_scene element may contain an asset element.
nodeGets or sets the node.
The visual_scene element must have at least one node element.
evaluate_sceneGets 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.
extraGets or sets the extra.
The extra element may appear any number of times.
idGets 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.
nameGets or sets the name.
The name attribute is the text string name of this element.
Optional attribute.

See Also