TriLib
Search Results for

    Show / Hide Table of Contents

    Struct ReaderBase.ProfileContext

    Implements
    IAssetLoaderContext
    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: TriLibCore
    Assembly: TriLibCore.dll
    Syntax
    protected struct ReaderBase.ProfileContext : IAssetLoaderContext

    Constructors

    ProfileContext(double, long, AssetLoaderContext)

    Declaration
    public ProfileContext(double elapsedTime, long usedMemory, AssetLoaderContext assetLoaderContext)
    Parameters
    Type Name Description
    double elapsedTime
    long usedMemory
    AssetLoaderContext assetLoaderContext

    Fields

    ElapsedTime

    Declaration
    public double ElapsedTime
    Field Value
    Type Description
    double

    UsedMemory

    Declaration
    public long UsedMemory
    Field Value
    Type Description
    long

    Properties

    Context

    Gets/Sets the Asset Loader Context reference. Asset Loader Context contains the Model loading data.

    Declaration
    public AssetLoaderContext Context { get; set; }
    Property Value
    Type Description
    AssetLoaderContext

    Implements

    IAssetLoaderContext

    Extension Methods

    IObjectExtensions.TryToDispose<T>(object)
    In this article
    Back to top Generated by DocFX