mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-30 05:28:46 +00:00
Update AssetSystem
This commit is contained in:
@@ -243,11 +243,9 @@ namespace YooAsset
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public long LoadingTime { protected set; get; }
|
public long LoadingTime { protected set; get; }
|
||||||
|
|
||||||
#if DEBUG
|
|
||||||
// 加载耗时统计
|
// 加载耗时统计
|
||||||
private bool _isRecording = false;
|
private bool _isRecording = false;
|
||||||
private Stopwatch _watch;
|
private Stopwatch _watch;
|
||||||
#endif
|
|
||||||
|
|
||||||
[Conditional("DEBUG")]
|
[Conditional("DEBUG")]
|
||||||
public void InitSpawnDebugInfo()
|
public void InitSpawnDebugInfo()
|
||||||
|
|||||||
Reference in New Issue
Block a user