Class MaterialSource
This class represents a material source.
Implements
Inherited Members
Namespace: Evergine.Framework.Assets.AssetSources
Assembly: Evergine.Framework.dll
Syntax
public class MaterialSource : AssetSource, IAssetSource
Properties
AssetParts
Gets the asset parts from the asset source.
Declaration
public override List<AssetPart> AssetParts { get; }
Property Value
| Type | Description |
|---|---|
| List<AssetPart> |
Overrides
MaterialInfo
Gets or sets the material information.
Declaration
public MaterialInfoPart MaterialInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| MaterialInfoPart |