Class InstanceMaterialGeometry

InstanceMaterialGeometry class

The instance material. The instance_material element declares the instantiation of a COLLADA material resource.

public class InstanceMaterialGeometry : ColladaElement

Constructors

NameDescription
InstanceMaterialGeometry()The default constructor.

Properties

NameDescription
Bind { get; set; }Gets or sets the bind. The bind element binds values to effect parameters upon instantiation.
BindVertexInput { get; set; }Gets or sets the bind vertex input. The bind_vertex_input element binds vertex inputs to effect parameters upon instantiation.
Extra { get; set; }Gets or sets the extra.
Name { get; set; }Gets or sets the name. The name attribute is the text string name of this element. Optional attribute.
Sid { get; set; }Gets or sets the sid. The sid attribute is a text string value containing the sub-identifier of this element. This value must be unique within the scope of the parent element. Optional attribute.
Symbol { get; set; }Gets or sets the symbol. The symbol attribute specifies which symbol defined from within the geometry this material binds to.
Target { get; set; }Gets or sets the target. The target attribute specifies the URL of the location of the object to instantiate.

See Also