Class RenderLayerSource
This class represents the render layer asset source.
Implements
Inherited Members
Namespace: Evergine.Framework.Assets.AssetSources
Assembly: Evergine.Framework.dll
Syntax
public class RenderLayerSource : 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
RenderLayerInfo
Gets or sets the render layer info.
Declaration
public RenderLayerInfoPart RenderLayerInfo { get; set; }
Property Value
Type | Description |
---|---|
RenderLayerInfoPart |