Search Results for

    Show / Hide Table of Contents

    Class ReflectionProbeExporter

    The texture export class.

    Inheritance
    object
    BaseAssetExporter<ReflectionProbeMetaFile, ReflectionProbeProfile>
    AssetExporter<ReflectionProbeMetaFile, ReflectionProbeProfile>
    ReflectionProbeExporter
    Implements
    IAssetExporter
    Inherited Members
    AssetExporter<ReflectionProbeMetaFile, ReflectionProbeProfile>.GetExportFilePath(ReflectionProbeMetaFile, ReflectionProbeProfile, ExportContext)
    AssetExporter<ReflectionProbeMetaFile, ReflectionProbeProfile>.ExportOutputFile(ReflectionProbeMetaFile, ReflectionProbeProfile, ExportContext)
    AssetExporter<ReflectionProbeMetaFile, ReflectionProbeProfile>.GenerateAssetParts(ReflectionProbeMetaFile, ReflectionProbeProfile, ExportContext)
    BaseAssetExporter<ReflectionProbeMetaFile, ReflectionProbeProfile>.Extension
    BaseAssetExporter<ReflectionProbeMetaFile, ReflectionProbeProfile>.BaseExport(ReflectionProbeMetaFile, ReflectionProbeProfile, ExportContext)
    Namespace: Evergine.Assets.Exporters
    Assembly: Evergine.Assets.dll
    Syntax
    public class ReflectionProbeExporter : AssetExporter<ReflectionProbeMetaFile, ReflectionProbeProfile>, IAssetExporter

    Fields

    IrradianceSuffix

    The irradiance suffix.

    Declaration
    protected static readonly string IrradianceSuffix
    Field Value
    Type Description
    string

    RadianceSuffix

    The radiance suffix.

    Declaration
    protected static readonly string RadianceSuffix
    Field Value
    Type Description
    string

    Properties

    Extension

    Gets the exporting file extension.

    Declaration
    public override string Extension { get; }
    Property Value
    Type Description
    string
    Overrides
    BaseAssetExporter<ReflectionProbeMetaFile, ReflectionProbeProfile>.Extension

    Methods

    GenerateAssetParts(ReflectionProbeMetaFile, ReflectionProbeProfile, ExportContext)

    Exports the asset.

    Declaration
    protected override Task<List<AssetPart>> GenerateAssetParts(ReflectionProbeMetaFile metafile, ReflectionProbeProfile profile, ExportContext exportContext)
    Parameters
    Type Name Description
    ReflectionProbeMetaFile metafile

    The metafile.

    ReflectionProbeProfile profile

    The profile.

    ExportContext exportContext

    The export context.

    Returns
    Type Description
    Task<List<AssetPart>>

    The export result.

    Overrides
    AssetExporter<ReflectionProbeMetaFile, ReflectionProbeProfile>.GenerateAssetParts(ReflectionProbeMetaFile, ReflectionProbeProfile, ExportContext)

    Implements

    IAssetExporter

    Extension Methods

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