Class RenderLayerSourceLoader
The render layer source loader.
Inheritance
RenderLayerSourceLoader
Implements
Inherited Members
Namespace: Evergine.Framework.Assets
Assembly: Evergine.Framework.dll
Syntax
public class RenderLayerSourceLoader : AssetSourceLoadableConverter<RenderLayerSource, RenderLayerDescription>, IAssetSourceLoadableConverter
Constructors
RenderLayerSourceLoader()
Initializes a new instance of the RenderLayerSourceLoader class.
Declaration
public RenderLayerSourceLoader()
Properties
ExportedExtension
Gets the exported extension of the asset.
Declaration
public override string ExportedExtension { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
Convert(RenderLayerSource)
Converts an asset source into a loadable element.
Declaration
public override RenderLayerDescription Convert(RenderLayerSource source)
Parameters
Type | Name | Description |
---|---|---|
RenderLayerSource | source | The asset source. |
Returns
Type | Description |
---|---|
RenderLayerDescription | The loadable element. |