Class Collada

Collada class

The COLLADA element declares the root of the document that comprises some of the content in the COLLADA schema.

public class Collada : ColladaElement

Constructors

NameDescription
Collada()Initializes a new instance of the Collada class.

Properties

NameDescription
Asset { get; set; }Gets or sets the asset element.
Base { get; set; }Gets or sets the base. The base attribute allows you to define the base URI for this COLLADA document.
Extra { get; set; }Gets or sets the extra.
Items { get; set; }Gets or sets the libraries items.
Scene { get; set; }Gets or sets the scene. The scene embodies the entire set of information that can be visualized from the contents of a COLLADA resource. The scene element declares the base of the 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.
Version { get; set; }Gets or sets the version. The version attribute is the COLLADA schema revision with which the instance document conforms. Required Attribute.

See Also