m
This commit is contained in:
+49
@@ -0,0 +1,49 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using Cpp2IlInjected;
|
||||
using UnityEngine.ResourceManagement;
|
||||
using UnityEngine.ResourceManagement.AsyncOperations;
|
||||
|
||||
namespace UnityEngine.AddressableAssets.Utility
|
||||
{
|
||||
// Token: 0x02000032 RID: 50
|
||||
[Token(Token = "0x2000032")]
|
||||
internal class ResourceManagerDiagnostics : IDisposable
|
||||
{
|
||||
// Token: 0x06000159 RID: 345 RVA: 0x0000207E File Offset: 0x0000027E
|
||||
[Token(Token = "0x6000159")]
|
||||
[Address(RVA = "0x2B34FC0", Offset = "0x2B33FC0", VA = "0x182B34FC0")]
|
||||
public ResourceManagerDiagnostics(ResourceManager resourceManager)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0600015A RID: 346 RVA: 0x0000207E File Offset: 0x0000027E
|
||||
[Token(Token = "0x600015A")]
|
||||
[Address(RVA = "0x2B34C20", Offset = "0x2B33C20", VA = "0x182B34C20")]
|
||||
private void OnResourceManagerDiagnosticEvent(ResourceManager.DiagnosticEventContext eventContext)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0600015B RID: 347 RVA: 0x0000207E File Offset: 0x0000027E
|
||||
[Token(Token = "0x600015B")]
|
||||
[Address(RVA = "0x2B34B60", Offset = "0x2B33B60", VA = "0x182B34B60", Slot = "4")]
|
||||
public void Dispose()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x04000084 RID: 132
|
||||
[FieldOffset(Offset = "0x10")]
|
||||
[Token(Token = "0x4000084")]
|
||||
private ResourceManager m_ResourceManager;
|
||||
|
||||
// Token: 0x04000085 RID: 133
|
||||
[FieldOffset(Offset = "0x18")]
|
||||
[Token(Token = "0x4000085")]
|
||||
private Dictionary<int, DiagnosticInfo> m_cachedDiagnosticInfo;
|
||||
|
||||
// Token: 0x04000086 RID: 134
|
||||
[FieldOffset(Offset = "0x20")]
|
||||
[Token(Token = "0x4000086")]
|
||||
private List<AsyncOperationHandle> m_dependencyBuffer;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user