Class SceneSource
This class represent the scene asset source.
Implements
Inherited Members
Namespace: Evergine.Framework.Assets
Assembly: Evergine.Framework.dll
Syntax
public class SceneSource : AssetSource, IAssetSource
Fields
SceneData
The scene data asset part.
Declaration
public SceneDataPart SceneData
Field Value
Type | Description |
---|---|
SceneDataPart |
Properties
AssetParts
Gets the asset parts of the source.
Declaration
public override List<AssetPart> AssetParts { get; }
Property Value
Type | Description |
---|---|
List<AssetPart> |