The QTOMaterialList type exposes the following members.

Methods

  NameDescription
Public methodAdd
Adds an empty material with the specified name to the material list.
Public methodDispose
Public methodGetEnumerator
Implement the method declare in IEnumerable<T> interface. This method return an enumerator which can be use to enumerate this collection.
Public methodGetObjectEnumerator
Implement the method declare in IEnumerable interface. This method return an enumerator which can be use to enumerate this collection.
Public methodRemove(Guid)
Removes a material specified by GUID from the material list.
Public methodRemove(String)
Removes a material specified by name from the material list.
Public methodRemove(QTOMaterial)
Removes a material from the material list.
Public methodRemoveAt
Removes a material specified by index from the material list.

See Also