Class SoundMetaFile
The Sound Metafile class.
Inheritance
SoundMetaFile
Inherited Members
Namespace: Evergine.Assets.Exporters
Assembly: Evergine.Assets.dll
Syntax
public class SoundMetaFile : AssetMetaFileWithSource<SoundSource, SoundProfile, SoundExporter>, IAssetWithSource, IAssetMetaFile
Constructors
SoundMetaFile()
Initializes a new instance of the SoundMetaFile class.
Declaration
public SoundMetaFile()
SoundMetaFile(SoundSource)
Initializes a new instance of the SoundMetaFile class.
Declaration
public SoundMetaFile(SoundSource resource)
Parameters
Type | Name | Description |
---|---|---|
SoundSource | resource | The resource. |
Fields
Extension
The metafile extension.
Declaration
public static readonly string Extension
Field Value
Type | Description |
---|---|
string |
Properties
ExtensionMetafile
Gets the extension.
Declaration
public override string ExtensionMetafile { get; }
Property Value
Type | Description |
---|---|
string |