136 lines
6.8 KiB
C#
136 lines
6.8 KiB
C#
using System;
|
|
using Il2CppInterop.Common.Attributes;
|
|
using Il2CppInterop.Runtime;
|
|
using Il2CppInterop.Runtime.InteropTypes;
|
|
using MarsSDK;
|
|
|
|
// Token: 0x02000186 RID: 390
|
|
public class IUIController : Il2CppObjectBase
|
|
{
|
|
// Token: 0x0600477D RID: 18301 RVA: 0x0011D1CC File Offset: 0x0011B3CC
|
|
[CallerCount(0)]
|
|
public unsafe virtual void Move(Direction2D direction)
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
checked
|
|
{
|
|
IntPtr* ptr = stackalloc IntPtr[unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)];
|
|
*ptr = ref direction;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), IUIController.NativeMethodInfoPtr_Move_Public_Abstract_Virtual_New_Void_Direction2D_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600477E RID: 18302 RVA: 0x0011D22C File Offset: 0x0011B42C
|
|
[CallerCount(0)]
|
|
public unsafe virtual void SwitchLeftward()
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), IUIController.NativeMethodInfoPtr_SwitchLeftward_Public_Abstract_Virtual_New_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x0600477F RID: 18303 RVA: 0x0011D27C File Offset: 0x0011B47C
|
|
[CallerCount(0)]
|
|
public unsafe virtual void SwitchRightward()
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), IUIController.NativeMethodInfoPtr_SwitchRightward_Public_Abstract_Virtual_New_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06004780 RID: 18304 RVA: 0x0011D2CC File Offset: 0x0011B4CC
|
|
[CallerCount(0)]
|
|
public unsafe virtual void Submit()
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), IUIController.NativeMethodInfoPtr_Submit_Public_Abstract_Virtual_New_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06004781 RID: 18305 RVA: 0x0011D31C File Offset: 0x0011B51C
|
|
[CallerCount(0)]
|
|
public unsafe virtual void Hold(bool onHolding)
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
checked
|
|
{
|
|
IntPtr* ptr = stackalloc IntPtr[unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)];
|
|
*ptr = ref onHolding;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), IUIController.NativeMethodInfoPtr_Hold_Public_Abstract_Virtual_New_Void_Boolean_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
}
|
|
|
|
// Token: 0x06004782 RID: 18306 RVA: 0x0011D37C File Offset: 0x0011B57C
|
|
[CallerCount(0)]
|
|
public unsafe virtual void Cancel()
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), IUIController.NativeMethodInfoPtr_Cancel_Public_Abstract_Virtual_New_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06004783 RID: 18307 RVA: 0x0011D3CC File Offset: 0x0011B5CC
|
|
[CallerCount(0)]
|
|
public unsafe virtual void SpecialAction()
|
|
{
|
|
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
|
IntPtr* ptr = null;
|
|
IntPtr intPtr2;
|
|
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), IUIController.NativeMethodInfoPtr_SpecialAction_Public_Abstract_Virtual_New_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
|
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
|
}
|
|
|
|
// Token: 0x06004784 RID: 18308 RVA: 0x0011D41C File Offset: 0x0011B61C
|
|
// Note: this type is marked as 'beforefieldinit'.
|
|
static IUIController()
|
|
{
|
|
Il2CppClassPointerStore<IUIController>.NativeClassPtr = IL2CPP.GetIl2CppClass("Assembly-CSharp.dll", "", "IUIController");
|
|
IUIController.NativeMethodInfoPtr_Move_Public_Abstract_Virtual_New_Void_Direction2D_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<IUIController>.NativeClassPtr, 100668044);
|
|
IUIController.NativeMethodInfoPtr_SwitchLeftward_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<IUIController>.NativeClassPtr, 100668045);
|
|
IUIController.NativeMethodInfoPtr_SwitchRightward_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<IUIController>.NativeClassPtr, 100668046);
|
|
IUIController.NativeMethodInfoPtr_Submit_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<IUIController>.NativeClassPtr, 100668047);
|
|
IUIController.NativeMethodInfoPtr_Hold_Public_Abstract_Virtual_New_Void_Boolean_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<IUIController>.NativeClassPtr, 100668048);
|
|
IUIController.NativeMethodInfoPtr_Cancel_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<IUIController>.NativeClassPtr, 100668049);
|
|
IUIController.NativeMethodInfoPtr_SpecialAction_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<IUIController>.NativeClassPtr, 100668050);
|
|
}
|
|
|
|
// Token: 0x06004785 RID: 18309 RVA: 0x000FB296 File Offset: 0x000F9496
|
|
public IUIController(IntPtr pointer)
|
|
: base(pointer)
|
|
{
|
|
}
|
|
|
|
// Token: 0x04002F40 RID: 12096
|
|
private static readonly IntPtr NativeMethodInfoPtr_Move_Public_Abstract_Virtual_New_Void_Direction2D_0;
|
|
|
|
// Token: 0x04002F41 RID: 12097
|
|
private static readonly IntPtr NativeMethodInfoPtr_SwitchLeftward_Public_Abstract_Virtual_New_Void_0;
|
|
|
|
// Token: 0x04002F42 RID: 12098
|
|
private static readonly IntPtr NativeMethodInfoPtr_SwitchRightward_Public_Abstract_Virtual_New_Void_0;
|
|
|
|
// Token: 0x04002F43 RID: 12099
|
|
private static readonly IntPtr NativeMethodInfoPtr_Submit_Public_Abstract_Virtual_New_Void_0;
|
|
|
|
// Token: 0x04002F44 RID: 12100
|
|
private static readonly IntPtr NativeMethodInfoPtr_Hold_Public_Abstract_Virtual_New_Void_Boolean_0;
|
|
|
|
// Token: 0x04002F45 RID: 12101
|
|
private static readonly IntPtr NativeMethodInfoPtr_Cancel_Public_Abstract_Virtual_New_Void_0;
|
|
|
|
// Token: 0x04002F46 RID: 12102
|
|
private static readonly IntPtr NativeMethodInfoPtr_SpecialAction_Public_Abstract_Virtual_New_Void_0;
|
|
}
|