Add v1.0.3.1
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
using System;
|
||||
using Il2CppInterop.Common.Attributes;
|
||||
using Il2CppInterop.Runtime;
|
||||
using UnityEngine;
|
||||
|
||||
namespace MTAssets.UltimateLODSystem
|
||||
{
|
||||
// Token: 0x02000607 RID: 1543
|
||||
public class MTAssetsEditorUi : MonoBehaviour
|
||||
{
|
||||
// Token: 0x06009F17 RID: 40727 RVA: 0x0028B8F4 File Offset: 0x00289AF4
|
||||
[CallerCount(63)]
|
||||
[CachedScanResults(RefRangeStart = 222154, RefRangeEnd = 222217, XrefRangeStart = 222154, XrefRangeEnd = 222217, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
||||
public unsafe MTAssetsEditorUi()
|
||||
: this(IL2CPP.il2cpp_object_new(Il2CppClassPointerStore<MTAssetsEditorUi>.NativeClassPtr))
|
||||
{
|
||||
IntPtr* ptr = null;
|
||||
IntPtr intPtr2;
|
||||
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(MTAssetsEditorUi.NativeMethodInfoPtr__ctor_Public_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
||||
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
||||
}
|
||||
|
||||
// Token: 0x06009F18 RID: 40728 RVA: 0x0028B93F File Offset: 0x00289B3F
|
||||
// Note: this type is marked as 'beforefieldinit'.
|
||||
static MTAssetsEditorUi()
|
||||
{
|
||||
Il2CppClassPointerStore<MTAssetsEditorUi>.NativeClassPtr = IL2CPP.GetIl2CppClass("Assembly-CSharp.dll", "MTAssets.UltimateLODSystem", "MTAssetsEditorUi");
|
||||
IL2CPP.il2cpp_runtime_class_init(Il2CppClassPointerStore<MTAssetsEditorUi>.NativeClassPtr);
|
||||
MTAssetsEditorUi.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<MTAssetsEditorUi>.NativeClassPtr, 100675533);
|
||||
}
|
||||
|
||||
// Token: 0x06009F19 RID: 40729 RVA: 0x0000351C File Offset: 0x0000171C
|
||||
public MTAssetsEditorUi(IntPtr pointer)
|
||||
: base(pointer)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x04006A8C RID: 27276
|
||||
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user