|
Bexel Manager API Documentation
|
Public Member Functions | |
| IEnumerator< Material > | GetEnumerator () |
| Material | GetMaterialByID (MaterialID id) |
| Retrieves the material with the specified ID. More... | |
| Material | GetMaterialByID (int internalID) |
| Retrieves the material with the specified internal ID. More... | |
| Material | GetMaterialByName (string name) |
| Retrieves the material with the specified name. More... | |
| IEnumerable< Material > | GetMaterialsByName (string name) |
| Retrieves the materials with the specified name. More... | |
| bool | ContainsKey (MaterialID id) |
| Determines whether the collection contains the material with the specified ID. More... | |
| bool | ContainsKey (int internalID) |
| Determines whether the collection contains the material with the specified internal ID. More... | |
Properties | |
| abstract Project | Project [get] |
| abstract IReadOnlyDictionary< int, MaterialRef > | MaterialCollectionRef [get] |
| int | Count [get] |
| Material | this[MaterialID id] [get] |
| Material | this[int internalID] [get] |
Properties inherited from Bexel.Api.IReadOnlyMaterialCollection | |
| Material | this[MaterialID id] [get] |
| Retrieves the material with the specified ID. More... | |
| Material | this[int internalID] [get] |
| Retrieves the material with the specified internal ID. More... | |
| bool Bexel.Api.ReadOnlyMaterialCollection.ContainsKey | ( | MaterialID | id | ) |
Determines whether the collection contains the material with the specified ID.
| id | ID of the material. |
Implements Bexel.Api.IReadOnlyMaterialCollection.
| bool Bexel.Api.ReadOnlyMaterialCollection.ContainsKey | ( | int | internalID | ) |
Determines whether the collection contains the material with the specified internal ID.
| internalID | Internal ID of the material. |
Implements Bexel.Api.IReadOnlyMaterialCollection.
| Material Bexel.Api.ReadOnlyMaterialCollection.GetMaterialByID | ( | MaterialID | id | ) |
Retrieves the material with the specified ID.
| id | ID of the material. |
Implements Bexel.Api.IReadOnlyMaterialCollection.
| Material Bexel.Api.ReadOnlyMaterialCollection.GetMaterialByID | ( | int | internalID | ) |
Retrieves the material with the specified internal ID.
| internalID | Internal ID of the material. |
Implements Bexel.Api.IReadOnlyMaterialCollection.
| Material Bexel.Api.ReadOnlyMaterialCollection.GetMaterialByName | ( | string | name | ) |
Retrieves the material with the specified name.
| name | Name of the material. |
Implements Bexel.Api.IReadOnlyMaterialCollection.
| IEnumerable<Material> Bexel.Api.ReadOnlyMaterialCollection.GetMaterialsByName | ( | string | name | ) |
Retrieves the materials with the specified name.
| name | Name of the material. |
Implements Bexel.Api.IReadOnlyMaterialCollection.