Search Results for

    Show / Hide Table of Contents

    Interface IAssetWithSource

    Interface representing an asset metafile managing a source file (texture, model, etc.).

    Inherited Members
    IAssetMetaFile.Id
    IAssetMetaFile.Name
    IAssetMetaFile.ExportAsRaw
    IAssetMetaFile.Exporter
    IAssetMetaFile.DefaultProfile
    IAssetMetaFile.Profiles
    IAssetMetaFile.AddProfile(string, AssetProfile)
    IAssetMetaFile.RemoveProfile(string)
    IAssetMetaFile.GetProfileOrDefault(string)
    IAssetMetaFile.Export(ExportContext)
    IAssetMetaFile.GetExportOutputPath(ExportContext)
    IAssetMetaFile.ExtensionMetafile
    IAssetMetaFile.ExtensionExported
    Namespace: Evergine.Assets.Exporters
    Assembly: Evergine.Assets.dll
    Syntax
    public interface IAssetWithSource : IAssetMetaFile

    Properties

    NeedsToImportData

    Gets a value indicating whether the source data needs to be imported during exporting.

    Declaration
    bool NeedsToImportData { get; }
    Property Value
    Type Description
    bool

    Source

    Gets or sets the asset resource information.

    Declaration
    IAssetSource Source { get; set; }
    Property Value
    Type Description
    IAssetSource

    SourceFile

    Gets or sets the resource file.

    Declaration
    ContentFile SourceFile { get; set; }
    Property Value
    Type Description
    ContentFile

    Extension Methods

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