MaterialTable Methods |
The MaterialTable type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add |
Adds a new material to the table based on the default material.
|
![]() | Add(Material) |
Adds a new material to the table based on a given material.
|
![]() | Add(Material, Boolean) |
Adds a new material to the table based on a given material.
|
![]() | Clear |
Marks all items as deleted.
(Inherited from CommonComponentTableT.) |
![]() | Delete | (Overrides CommonComponentTableTDelete(T).) |
![]() | DeleteAt |
Removes a material at a specific position from this material table.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Find(Guid, Boolean) | Finds a material with a matching id. |
![]() | Find(Material, Boolean) |
Finds a material index.
|
![]() | Find(String, Boolean) |
Finds a material with a given name.
|
![]() | FindId |
Uses the guid to find a model component. Deleted objects cannot be found by id.
The guid is the value that is stored in the .Id property.
In a single document, no two active objects have the same guid. If an object is
replaced with a new object, then the guid persists. For example, if the _Move command
moves an object, then the moved object inherits its guid from the starting object.
If the Copy command copies an object, then the copy gets a new guid. This guid persists
through file saving/opening operations. This function will not find grip objects.
(Inherited from CommonComponentTableT.) |
![]() | FindIndex |
Retrieves a Material object based on Index. This search type of search is discouraged.
We are moving towards using only IDs for all tables.
|
![]() | GetEnumerator |
Returns the enumerator that yields all items.
(Inherited from CommonComponentTableT.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Modify | Modify material settings. |
![]() | ResetMaterial | |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |