Class PostProcessingGraphSource
This class represents the asset post-processing graph source.
Implements
Inherited Members
Namespace: Evergine.Framework.Assets.AssetSources
Assembly: Evergine.Framework.dll
Syntax
public class PostProcessingGraphSource : AssetSource, IAssetSource
Properties
AssetParts
Gets the asset parts of the asset source.
Declaration
public override List<AssetPart> AssetParts { get; }
Property Value
Type | Description |
---|---|
List<AssetPart> |
Overrides
PostProcessingGraphInfo
Gets or sets the post-processing graph info.
Declaration
public PostProcessingGraphInfoPart PostProcessingGraphInfo { get; set; }
Property Value
Type | Description |
---|---|
PostProcessingGraphInfoPart |