Triangles.Material

Triangles.Material property

Gets or sets the material. The material attribute declares a symbol for a material. This symbol is bound to a material at the time of instantiation. Optional attribute. If the material attribute is not specified then the lighting and shading results are application defined.

public string Material { get; set; }

See Also