Extra class

Extra class

The COLLADA asset extra. The extra element declares additional information regarding its parent element.

Inheritance: ExtraColladaElement

The Extra type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of Extra

Properties

PropertyDescription
assetGets or sets the asset.
The extra element may contain an asset element.
techniqueGets or sets the technique.
This element must contain at least one non-common profile technique.
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.
element_typeGets or sets the element type.
The type attribute indicates the type of the value data.
This text string must be understood by the application.
Optional attribute.

See Also