Files
2023-09-06 22:19:13 +02:00

128 lines
5.3 KiB
C#

using System;
using Il2CppInterop.Common.Attributes;
using Il2CppInterop.Runtime;
using Il2CppInterop.Runtime.InteropTypes;
using Il2CppInterop.Runtime.InteropTypes.Arrays;
using Il2CppSystem;
using UnityEngine;
namespace RootMotion
{
// Token: 0x02000407 RID: 1031
public class Singleton<T> : MonoBehaviour where T : Singleton<T>
{
// Token: 0x17002AD4 RID: 10964
// (get) Token: 0x06007E12 RID: 32274 RVA: 0x0020414C File Offset: 0x0020234C
public unsafe static T instance
{
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 623395, XrefRangeEnd = 623404, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
get
{
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(Singleton<T>.NativeMethodInfoPtr_get_instance_Public_Static_get_T_0, 0, (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
return IL2CPP.PointerToValueGeneric<T>(intPtr, false, true);
}
}
// Token: 0x06007E13 RID: 32275 RVA: 0x0020418C File Offset: 0x0020238C
[CallerCount(0)]
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 623404, XrefRangeEnd = 623432, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe virtual void Awake()
{
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), Singleton<T>.NativeMethodInfoPtr_Awake_Protected_Virtual_New_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06007E14 RID: 32276 RVA: 0x002041DC File Offset: 0x002023DC
[CallerCount(3)]
[CachedScanResults(RefRangeStart = 380698, RefRangeEnd = 380701, XrefRangeStart = 380698, XrefRangeEnd = 380701, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
public unsafe Singleton()
: this(IL2CPP.il2cpp_object_new(Il2CppClassPointerStore<Singleton<T>>.NativeClassPtr))
{
IntPtr* ptr = null;
IntPtr intPtr2;
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(Singleton<T>.NativeMethodInfoPtr__ctor_Protected_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
}
// Token: 0x06007E15 RID: 32277 RVA: 0x00204228 File Offset: 0x00202428
// Note: this type is marked as 'beforefieldinit'.
static Singleton()
{
Il2CppClassPointerStore<Singleton<T>>.NativeClassPtr = IL2CPP.il2cpp_class_from_type(Type.internal_from_handle(IL2CPP.il2cpp_class_get_type(IL2CPP.GetIl2CppClass("Assembly-CSharp.dll", "RootMotion", "Singleton`1"))).MakeGenericType(new Il2CppReferenceArray<Type>(new Type[] { Type.internal_from_handle(IL2CPP.il2cpp_class_get_type(Il2CppClassPointerStore<T>.NativeClassPtr)) })).TypeHandle.value);
IL2CPP.il2cpp_runtime_class_init(Il2CppClassPointerStore<Singleton<T>>.NativeClassPtr);
Singleton<T>.NativeFieldInfoPtr_sInstance = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<Singleton<T>>.NativeClassPtr, "sInstance");
Singleton<T>.NativeMethodInfoPtr_get_instance_Public_Static_get_T_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<Singleton<T>>.NativeClassPtr, 100672923);
Singleton<T>.NativeMethodInfoPtr_Awake_Protected_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<Singleton<T>>.NativeClassPtr, 100672924);
Singleton<T>.NativeMethodInfoPtr__ctor_Protected_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<Singleton<T>>.NativeClassPtr, 100672925);
}
// Token: 0x06007E16 RID: 32278 RVA: 0x0000351C File Offset: 0x0000171C
public Singleton(IntPtr pointer)
: base(pointer)
{
}
// Token: 0x17002AD3 RID: 10963
// (get) Token: 0x06007E17 RID: 32279 RVA: 0x002042E4 File Offset: 0x002024E4
// (set) Token: 0x06007E18 RID: 32280 RVA: 0x00204308 File Offset: 0x00202508
public unsafe static T sInstance
{
get
{
IntPtr intPtr;
IL2CPP.il2cpp_field_static_get_value(Singleton<T>.NativeFieldInfoPtr_sInstance, (void*)(&intPtr));
return IL2CPP.PointerToValueGeneric<T>(intPtr, false, false);
}
set
{
IntPtr nativeFieldInfoPtr_sInstance = Singleton<T>.NativeFieldInfoPtr_sInstance;
T ptr2;
if (!typeof(T).IsValueType)
{
T t = value;
if (!(t is string))
{
ref T ptr = (ptr2 = IL2CPP.Il2CppObjectBaseToPtr(t as Il2CppObjectBase));
if ((ref ptr) != null)
{
ptr2 = ref ptr;
if (IL2CPP.il2cpp_class_is_valuetype(IL2CPP.il2cpp_object_get_class(ref ptr)))
{
ptr2 = IL2CPP.il2cpp_object_unbox(ref ptr);
}
}
}
else
{
ptr2 = IL2CPP.ManagedStringToIl2Cpp(t as string);
}
}
else
{
ptr2 = ref value;
}
IL2CPP.il2cpp_field_static_set_value(nativeFieldInfoPtr_sInstance, (void*)(&ptr2));
}
}
// Token: 0x040054D5 RID: 21717
private static readonly IntPtr NativeFieldInfoPtr_sInstance;
// Token: 0x040054D6 RID: 21718
private static readonly IntPtr NativeMethodInfoPtr_get_instance_Public_Static_get_T_0;
// Token: 0x040054D7 RID: 21719
private static readonly IntPtr NativeMethodInfoPtr_Awake_Protected_Virtual_New_Void_0;
// Token: 0x040054D8 RID: 21720
private static readonly IntPtr NativeMethodInfoPtr__ctor_Protected_Void_0;
}
}