Tesla Graphics Engine Documentation (January 2012)
Item Property (name)
TeslaTesla.GraphicsMaterialCollectionItem[([( String])])
Gets a material in the collection based on its name. If there are multiple materials in the collection with the same name, the first material is returned.
Declaration Syntax
C#
public Material this[
	string name
] { get; }
Parameters
name (String)
Name of the material
Return Value
The material, if it exists

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)