Class FileMetaFile
the File Metafile.
Inheritance
FileMetaFile
Inherited Members
Namespace: Evergine.Assets.Exporters
Assembly: Evergine.Assets.dll
Syntax
public class FileMetaFile : AssetMetaFileWithSource<FileSource, FileProfile, FileExporter>, IAssetWithSource, IAssetMetaFile
Constructors
FileMetaFile()
Initializes a new instance of the FileMetaFile class.
Declaration
public FileMetaFile()
FileMetaFile(FileSource)
Initializes a new instance of the FileMetaFile class.
Declaration
public FileMetaFile(FileSource resource)
Parameters
Type | Name | Description |
---|---|---|
FileSource | resource | The resource. |
Fields
Extension
The texture extension.
Declaration
public static readonly string Extension
Field Value
Type | Description |
---|---|
string |
Properties
ExportAsRaw
Gets or sets a value indicating whether this assets will be exported as raw.
Declaration
public override bool ExportAsRaw { get; set; }
Property Value
Type | Description |
---|---|
bool |
Overrides
ExtensionMetafile
Gets the file extension.
Declaration
public override string ExtensionMetafile { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
NeedsToImportData
Gets a value indicating whether the source data needs to be imported when exporting.
Declaration
public override bool NeedsToImportData { get; }
Property Value
Type | Description |
---|---|
bool |