Material class

Material class

The material. Materials describe the visual appearance of a geometric object.

Inheritance: MaterialColladaElement

The Material type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of Material

Properties

PropertyDescription
assetGets or sets the asset.
The material element may contain an asset element.
instance_effectGets or sets the instance effect.
The material must instance an effect.
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