Search Results for

    Show / Hide Table of Contents

    Class SoundMetaFile

    The Sound Metafile class.

    Inheritance
    object
    IdentifiableObject
    AssetMetafile<SoundProfile, SoundExporter>
    AssetMetaFileWithSource<SoundSource, SoundProfile, SoundExporter>
    SoundMetaFile
    Implements
    IAssetWithSource
    IAssetMetaFile
    Inherited Members
    AssetMetaFileWithSource<SoundSource, SoundProfile, SoundExporter>.Source
    AssetMetaFileWithSource<SoundSource, SoundProfile, SoundExporter>.SourceFile
    AssetMetaFileWithSource<SoundSource, SoundProfile, SoundExporter>.NeedsToImportData
    AssetMetafile<SoundProfile, SoundExporter>.ExtensionMetafile
    AssetMetafile<SoundProfile, SoundExporter>.ExtensionExported
    AssetMetafile<SoundProfile, SoundExporter>.Name
    AssetMetafile<SoundProfile, SoundExporter>.ExportAsRaw
    AssetMetafile<SoundProfile, SoundExporter>.DefaultProfile
    AssetMetafile<SoundProfile, SoundExporter>.Profiles
    AssetMetafile<SoundProfile, SoundExporter>.Exporter
    AssetMetafile<SoundProfile, SoundExporter>.GetProfile(string)
    AssetMetafile<SoundProfile, SoundExporter>.AddProfile(string, SoundProfile)
    AssetMetafile<SoundProfile, SoundExporter>.RemoveProfile(string)
    AssetMetafile<SoundProfile, SoundExporter>.GetProfileOrDefault(string)
    AssetMetafile<SoundProfile, SoundExporter>.Export(ExportContext)
    AssetMetafile<SoundProfile, SoundExporter>.GetExportOutputPath(ExportContext)
    IdentifiableObject.Id
    IdentifiableObject.IdHasChanged(Guid)
    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's 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
    Overrides
    AssetMetafile<SoundProfile, SoundExporter>.ExtensionMetafile

    Implements

    IAssetWithSource
    IAssetMetaFile

    Extension Methods

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