/// <summary> /// Start collecting statistics related to assets. /// Should only be called once. /// </summary> public static AssetStatsCollector StartCollectingAssetStats() { assetStats = new AssetStatsCollector(); return assetStats; }
/// <summary> /// Start collecting statistics related to assets. /// Should only be called once. /// </summary> public static AssetStatsCollector StartCollectingAssetStats() { assetStats = new AssetStatsCollector(); return(assetStats); }