Search Results for

    Show / Hide Table of Contents

    Class FileSource

    This class represents a File asset source.

    Inheritance
    object
    AssetSource
    FileSource
    Implements
    IAssetSource
    Inherited Members
    AssetSource.ImporterContext
    AssetSource.IsPreprocessed
    AssetSource.Importer
    AssetSource.Id
    AssetSource.LastModified
    AssetSource.Header
    AssetSource.FindAssetPart<TPart>(int)
    AssetSource.FindAssetParts<TPart>()
    AssetSource.UpdateAssetPart<TPart>(TPart, int)
    AssetSource.Free()
    Namespace: Evergine.Framework.Assets
    Assembly: Evergine.Framework.dll
    Syntax
    public class FileSource : AssetSource, IAssetSource

    Properties

    AssetParts

    Gets the asset parts from the asset source.

    Declaration
    public override List<AssetPart> AssetParts { get; }
    Property Value
    Type Description
    List<AssetPart>
    Overrides
    AssetSource.AssetParts

    Methods

    GetImporter(string)

    Sets the asset importer.

    Declaration
    public override IAssetImporter GetImporter(string fileName)
    Parameters
    Type Name Description
    string fileName

    The asset file name.

    Returns
    Type Description
    IAssetImporter

    The asset importer.

    Overrides
    AssetSource.GetImporter(string)

    Implements

    IAssetSource

    Extension Methods

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