Class ParticlesExporter
Material Exporter class.
Inheritance
ParticlesExporter
Implements
Inherited Members
Namespace: Evergine.Assets.Exporters
Assembly: Evergine.Assets.dll
Syntax
public class ParticlesExporter : AssetExporter<ParticlesMetaFile, ParticlesProfile>, IAssetExporter
Properties
Extension
Gets the material export extension.
Declaration
public override string Extension { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
GenerateAssetParts(ParticlesMetaFile, ParticlesProfile, ExportContext)
Exports the asset.
Declaration
protected override Task<List<AssetPart>> GenerateAssetParts(ParticlesMetaFile metafile, ParticlesProfile profile, ExportContext exportContext)
Parameters
| Type | Name | Description |
|---|---|---|
| ParticlesMetaFile | metafile | The metafile. |
| ParticlesProfile | profile | The profile. |
| ExportContext | exportContext | The export context. |
Returns
| Type | Description |
|---|---|
| Task<List<AssetPart>> | The export result. |