The QTOMaterialList type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Add |
Adds an empty material with the specified name to the material list.
|
![]() | Dispose | |
![]() | GetEnumerator |
Implement the method declare in IEnumerable<T> interface. This method return an enumerator which can be use to enumerate this collection.
|
![]() | GetObjectEnumerator |
Implement the method declare in IEnumerable interface. This method return an enumerator which can be use to enumerate this collection.
|
![]() | Remove(Guid) |
Removes a material specified by GUID from the material list.
|
![]() | Remove(String) |
Removes a material specified by name from the material list.
|
![]() | Remove(QTOMaterial) |
Removes a material from the material list.
|
![]() | RemoveAt |
Removes a material specified by index from the material list.
|