Table of Contents

Field TraceScan

Namespace
GrindFest.Content.Editor
Assembly
GrindFest.dll

Writes every asset the scan starts and finishes, with timings, to Library/content-scan-trace.log. Off by default (it costs two file writes per asset); flipped on from the console when a scan has to be attributed to one asset. See the START/END pair in ScanBase(string, Action<string, float>, int, string).

public static bool TraceScan

Returns

bool
Writes every asset the scan starts and finishes, with timings, to Library/content-scan-trace.log. Off by default (it costs two file writes per asset); flipped on from the console when a scan has to be attributed to one asset. See the START/END pair in .