Interface IMaterialFactory
Contains methods for obtaining materials
Namespace: TSD.API.Remoting.Materials
Assembly: TSD.API.Remoting.dll
Syntax
public interface IMaterialFactory
Methods
| Name | Description |
|---|---|
| GetDefaultMaterialAsync(HeadCode, MaterialType, CancellationToken) | Returns the default material for the given head code and type |
| GetMaterialsAsync(HeadCode, MaterialType, CancellationToken) | Returns a collection of materials compatible with the given head code and type |