Class MeasureTimeConfig
Configuration to enable time measurements. If enabled, each part of the loading process is timed and logged. Default value is false.
Inherited Members
Namespace: SharpAssimp.Configs
Assembly: SharpAssimp.dll
Syntax
public sealed class MeasureTimeConfig : BooleanPropertyConfig
Constructors
| Edit this page View SourceMeasureTimeConfig(bool)
Constructs a new MeasureTimeConfig.
Declaration
public MeasureTimeConfig(bool measureTime)
Parameters
Type | Name | Description |
---|---|---|
bool | measureTime | True if the loading process should be timed or not. |
Properties
| Edit this page View SourceMeasureTimeConfigName
Gets the string name used by MeasureTimeConfig.
Declaration
public static string MeasureTimeConfigName { get; }
Property Value
Type | Description |
---|---|
string |