Struct ReaderBase.ProfileContext
Assembly: TriLibCore.dll
Syntax
protected struct ReaderBase.ProfileContext : IAssetLoaderContext
Constructors
ProfileContext(double, long, AssetLoaderContext)
Declaration
public ProfileContext(double elapsedTime, long usedMemory, AssetLoaderContext assetLoaderContext)
Parameters
Fields
ElapsedTime
Declaration
public double ElapsedTime
Field Value
UsedMemory
Declaration
Field Value
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
Implements
Extension Methods