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: 0x02000160 RID: 352
|
|
public class IUIController : Il2CppObjectBase
|
|
{
|
|
// Token: 0x060043B2 RID: 17330 RVA: 0x0010CE80 File Offset: 0x0010B080
|
|
[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: 0x060043B3 RID: 17331 RVA: 0x0010CEE0 File Offset: 0x0010B0E0
|
|
[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: 0x060043B4 RID: 17332 RVA: 0x0010CF30 File Offset: 0x0010B130
|
|
[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: 0x060043B5 RID: 17333 RVA: 0x0010CF80 File Offset: 0x0010B180
|
|
[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: 0x060043B6 RID: 17334 RVA: 0x0010CFD0 File Offset: 0x0010B1D0
|
|
[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: 0x060043B7 RID: 17335 RVA: 0x0010D030 File Offset: 0x0010B230
|
|
[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: 0x060043B8 RID: 17336 RVA: 0x0010D080 File Offset: 0x0010B280
|
|
[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: 0x060043B9 RID: 17337 RVA: 0x0010D0D0 File Offset: 0x0010B2D0
|
|
// 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, 100667687);
|
|
IUIController.NativeMethodInfoPtr_SwitchLeftward_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<IUIController>.NativeClassPtr, 100667688);
|
|
IUIController.NativeMethodInfoPtr_SwitchRightward_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<IUIController>.NativeClassPtr, 100667689);
|
|
IUIController.NativeMethodInfoPtr_Submit_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<IUIController>.NativeClassPtr, 100667690);
|
|
IUIController.NativeMethodInfoPtr_Hold_Public_Abstract_Virtual_New_Void_Boolean_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<IUIController>.NativeClassPtr, 100667691);
|
|
IUIController.NativeMethodInfoPtr_Cancel_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<IUIController>.NativeClassPtr, 100667692);
|
|
IUIController.NativeMethodInfoPtr_SpecialAction_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<IUIController>.NativeClassPtr, 100667693);
|
|
}
|
|
|
|
// Token: 0x060043BA RID: 17338 RVA: 0x000EE522 File Offset: 0x000EC722
|
|
public IUIController(IntPtr pointer)
|
|
: base(pointer)
|
|
{
|
|
}
|
|
|
|
// Token: 0x04002CA1 RID: 11425
|
|
private static readonly IntPtr NativeMethodInfoPtr_Move_Public_Abstract_Virtual_New_Void_Direction2D_0;
|
|
|
|
// Token: 0x04002CA2 RID: 11426
|
|
private static readonly IntPtr NativeMethodInfoPtr_SwitchLeftward_Public_Abstract_Virtual_New_Void_0;
|
|
|
|
// Token: 0x04002CA3 RID: 11427
|
|
private static readonly IntPtr NativeMethodInfoPtr_SwitchRightward_Public_Abstract_Virtual_New_Void_0;
|
|
|
|
// Token: 0x04002CA4 RID: 11428
|
|
private static readonly IntPtr NativeMethodInfoPtr_Submit_Public_Abstract_Virtual_New_Void_0;
|
|
|
|
// Token: 0x04002CA5 RID: 11429
|
|
private static readonly IntPtr NativeMethodInfoPtr_Hold_Public_Abstract_Virtual_New_Void_Boolean_0;
|
|
|
|
// Token: 0x04002CA6 RID: 11430
|
|
private static readonly IntPtr NativeMethodInfoPtr_Cancel_Public_Abstract_Virtual_New_Void_0;
|
|
|
|
// Token: 0x04002CA7 RID: 11431
|
|
private static readonly IntPtr NativeMethodInfoPtr_SpecialAction_Public_Abstract_Virtual_New_Void_0;
|
|
}
|