|
Bexel Manager API Documentation
|
Represents a read-only collection of materials within the Bexel.Api.Project. More...
Properties | |
| override Project | Project [get] |
| override IReadOnlyDictionary< int, MaterialRef > | MaterialCollectionRef [get] |
Properties inherited from Bexel.Api.ReadOnlyMaterialCollection | |
| 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... | |
Additional Inherited Members | |
Public Member Functions inherited from Bexel.Api.ReadOnlyMaterialCollection | |
| 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... | |
Represents a read-only collection of materials within the Bexel.Api.Project.