m
This commit is contained in:
+114
@@ -0,0 +1,114 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using Cpp2IlInjected;
|
||||
using UnityEngine.AddressableAssets.ResourceLocators;
|
||||
using UnityEngine.AddressableAssets.Utility;
|
||||
using UnityEngine.ResourceManagement.AsyncOperations;
|
||||
using UnityEngine.ResourceManagement.ResourceLocations;
|
||||
using UnityEngine.ResourceManagement.Util;
|
||||
|
||||
namespace UnityEngine.AddressableAssets.Initialization
|
||||
{
|
||||
// Token: 0x02000046 RID: 70
|
||||
[Token(Token = "0x2000046")]
|
||||
internal class InitializationOperation : AsyncOperationBase<IResourceLocator>
|
||||
{
|
||||
// Token: 0x060001D1 RID: 465 RVA: 0x0000207E File Offset: 0x0000027E
|
||||
[Token(Token = "0x60001D1")]
|
||||
[Address(RVA = "0x2B32170", Offset = "0x2B31170", VA = "0x182B32170")]
|
||||
public InitializationOperation(AddressablesImpl aa)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x17000056 RID: 86
|
||||
// (get) Token: 0x060001D2 RID: 466 RVA: 0x00003194 File Offset: 0x00001394
|
||||
[Token(Token = "0x17000056")]
|
||||
protected override float Progress
|
||||
{
|
||||
[Token(Token = "0x60001D2")]
|
||||
[Address(RVA = "0x2B322B0", Offset = "0x2B312B0", VA = "0x182B322B0", Slot = "27")]
|
||||
get
|
||||
{
|
||||
return 0f;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060001D3 RID: 467 RVA: 0x000031AC File Offset: 0x000013AC
|
||||
[Token(Token = "0x60001D3")]
|
||||
[Address(RVA = "0x2B30BF0", Offset = "0x2B2FBF0", VA = "0x182B30BF0")]
|
||||
internal static AsyncOperationHandle<IResourceLocator> CreateInitializationOperation(AddressablesImpl aa, string playerSettingsLocation, string providerSuffix)
|
||||
{
|
||||
return default(AsyncOperationHandle<IResourceLocator>);
|
||||
}
|
||||
|
||||
// Token: 0x060001D4 RID: 468 RVA: 0x0000207E File Offset: 0x0000027E
|
||||
[Token(Token = "0x60001D4")]
|
||||
[Address(RVA = "0x2B31120", Offset = "0x2B30120", VA = "0x182B31120", Slot = "25")]
|
||||
protected override void Execute()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x060001D5 RID: 469 RVA: 0x0000207E File Offset: 0x0000027E
|
||||
[Token(Token = "0x60001D5")]
|
||||
[Address(RVA = "0x2B31A00", Offset = "0x2B30A00", VA = "0x182B31A00")]
|
||||
private static void LoadProvider(AddressablesImpl addressables, ObjectInitializationData providerData, string providerSuffix)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x060001D6 RID: 470 RVA: 0x000031C4 File Offset: 0x000013C4
|
||||
[Token(Token = "0x60001D6")]
|
||||
[Address(RVA = "0x2B31D40", Offset = "0x2B30D40", VA = "0x182B31D40")]
|
||||
private static AsyncOperationHandle<IResourceLocator> OnCatalogDataLoaded(AddressablesImpl addressables, AsyncOperationHandle<ContentCatalogData> op, string providerSuffix)
|
||||
{
|
||||
return default(AsyncOperationHandle<IResourceLocator>);
|
||||
}
|
||||
|
||||
// Token: 0x060001D7 RID: 471 RVA: 0x000031DC File Offset: 0x000013DC
|
||||
[Token(Token = "0x60001D7")]
|
||||
[Address(RVA = "0x2B318D0", Offset = "0x2B308D0", VA = "0x182B318D0")]
|
||||
public static AsyncOperationHandle<IResourceLocator> LoadContentCatalog(AddressablesImpl addressables, IResourceLocation loc, string providerSuffix)
|
||||
{
|
||||
return default(AsyncOperationHandle<IResourceLocator>);
|
||||
}
|
||||
|
||||
// Token: 0x060001D8 RID: 472 RVA: 0x000031F4 File Offset: 0x000013F4
|
||||
[Token(Token = "0x60001D8")]
|
||||
[Address(RVA = "0x2B31890", Offset = "0x2B30890", VA = "0x182B31890")]
|
||||
public AsyncOperationHandle<IResourceLocator> LoadContentCatalog(IResourceLocation loc, string providerSuffix)
|
||||
{
|
||||
return default(AsyncOperationHandle<IResourceLocator>);
|
||||
}
|
||||
|
||||
// Token: 0x060001D9 RID: 473 RVA: 0x0000207E File Offset: 0x0000027E
|
||||
[Token(Token = "0x60001D9")]
|
||||
[Address(RVA = "0x2B31760", Offset = "0x2B30760", VA = "0x182B31760")]
|
||||
private void LoadContentCatalogInternal(IList<IResourceLocation> catalogs, int index, ResourceLocationMap locMap)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x040000D7 RID: 215
|
||||
[FieldOffset(Offset = "0x80")]
|
||||
[Token(Token = "0x40000D7")]
|
||||
private AsyncOperationHandle<ResourceManagerRuntimeData> m_rtdOp;
|
||||
|
||||
// Token: 0x040000D8 RID: 216
|
||||
[FieldOffset(Offset = "0x90")]
|
||||
[Token(Token = "0x40000D8")]
|
||||
private string m_ProviderSuffix;
|
||||
|
||||
// Token: 0x040000D9 RID: 217
|
||||
[FieldOffset(Offset = "0x98")]
|
||||
[Token(Token = "0x40000D9")]
|
||||
private AddressablesImpl m_Addressables;
|
||||
|
||||
// Token: 0x040000DA RID: 218
|
||||
[FieldOffset(Offset = "0xA0")]
|
||||
[Token(Token = "0x40000DA")]
|
||||
private ResourceManagerDiagnostics m_Diagnostics;
|
||||
|
||||
// Token: 0x040000DB RID: 219
|
||||
[FieldOffset(Offset = "0xA8")]
|
||||
[Token(Token = "0x40000DB")]
|
||||
private InitalizationObjectsOperation m_InitGroupOps;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user