Interface IAssetWithSource
Interface representing an asset metafile managing a source file (texture, model, etc.).
Inherited Members
Namespace: Evergine.Assets.Exporters
Assembly: Evergine.Assets.dll
Syntax
public interface IAssetWithSource : IAssetMetaFile
Properties
NeedsToImportData
Gets a value indicating whether the source data needs to be imported during exporting.
Declaration
bool NeedsToImportData { get; }
Property Value
Type | Description |
---|---|
bool |
Source
Gets or sets the asset resource information.
Declaration
IAssetSource Source { get; set; }
Property Value
Type | Description |
---|---|
IAssetSource |
SourceFile
Gets or sets the resource file.
Declaration
ContentFile SourceFile { get; set; }
Property Value
Type | Description |
---|---|
ContentFile |