Search Results for

    Show / Hide Table of Contents

    Class ParticlesExporter

    Material Exporter class.

    Inheritance
    object
    BaseAssetExporter<ParticlesMetaFile, ParticlesProfile>
    AssetExporter<ParticlesMetaFile, ParticlesProfile>
    ParticlesExporter
    Implements
    IAssetExporter
    Inherited Members
    AssetExporter<ParticlesMetaFile, ParticlesProfile>.GetExportFilePath(ParticlesMetaFile, ParticlesProfile, ExportContext)
    AssetExporter<ParticlesMetaFile, ParticlesProfile>.ExportOutputFile(ParticlesMetaFile, ParticlesProfile, ExportContext)
    AssetExporter<ParticlesMetaFile, ParticlesProfile>.GenerateAssetParts(ParticlesMetaFile, ParticlesProfile, ExportContext)
    BaseAssetExporter<ParticlesMetaFile, ParticlesProfile>.Extension
    BaseAssetExporter<ParticlesMetaFile, ParticlesProfile>.BaseExport(ParticlesMetaFile, ParticlesProfile, ExportContext)
    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
    BaseAssetExporter<ParticlesMetaFile, ParticlesProfile>.Extension

    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.

    Overrides
    AssetExporter<ParticlesMetaFile, ParticlesProfile>.GenerateAssetParts(ParticlesMetaFile, ParticlesProfile, ExportContext)

    Implements

    IAssetExporter

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX