Extra class
Extra class
The COLLADA asset extra. The extra element declares additional information regarding its parent element.
Inheritance: Extra
→
ColladaElement
The Extra type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Constructs a new instance of Extra |
Properties
Property | Description |
---|---|
asset | Gets or sets the asset. The extra element may contain an asset element. |
technique | Gets or sets the technique. This element must contain at least one non-common profile technique. |
id | 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 |
name | Gets or sets the name. The name attribute is the text string name of this element. Optional attribute. |
element_type | Gets 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
- module
aspose.cad.fileformats.collada.fileparser.elements
- class
ColladaElement
- class
Extra