Class EffectMetaFile
Effect asset class.
Inheritance
EffectMetaFile
Inherited Members
Namespace: Evergine.Assets.Exporters
Assembly: Evergine.Assets.dll
Syntax
public class EffectMetaFile : AssetMetaFileWithDirectory<EffectProfile, EffectExporter>, IAssetWithDirectory, IAssetMetaFile
Constructors
EffectMetaFile()
Initializes a new instance of the EffectMetaFile class.
Declaration
public EffectMetaFile()
EffectMetaFile(ContentDirectory)
Initializes a new instance of the EffectMetaFile class.
Declaration
public EffectMetaFile(ContentDirectory assetDirectory)
Parameters
Type | Name | Description |
---|---|---|
ContentDirectory | assetDirectory | Effect directory. |
Fields
Extension
The effect extension.
Declaration
public static readonly string Extension
Field Value
Type | Description |
---|---|
string |
Properties
ExtensionMetafile
Gets the file extension.
Declaration
public override string ExtensionMetafile { get; }
Property Value
Type | Description |
---|---|
string |