Class PostProcessingGraphSourceLoader
The post-processing source loader.
Inheritance
PostProcessingGraphSourceLoader
Implements
Inherited Members
Namespace: Evergine.Framework.Assets
Assembly: Evergine.Framework.dll
Syntax
public class PostProcessingGraphSourceLoader : AssetSourceLoadableConverter<PostProcessingGraphSource, PostProcessingGraph>, IAssetSourceLoadableConverter
Constructors
PostProcessingGraphSourceLoader(AssetsService)
Initializes a new instance of the Post
Declaration
public PostProcessingGraphSourceLoader(AssetsService assetsService)
Parameters
Type | Name | Description |
---|---|---|
Assets |
assetsService | Assets Service. |
Properties
ExportedExtension
Gets the exported extensio of the asset.
Declaration
public override string ExportedExtension { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
Convert(PostProcessingGraphSource)
Converts an Asset Source into a loadable.
Declaration
public override PostProcessingGraph Convert(PostProcessingGraphSource source)
Parameters
Type | Name | Description |
---|---|---|
Post |
source | The asset source. |
Returns
Type | Description |
---|---|
Post |
The loadable element. |