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: 0x0200015A RID: 346
|
|
public class IUIController : Il2CppObjectBase
|
|
{
|
|
// Token: 0x06004340 RID: 17216 RVA: 0x0010B274 File Offset: 0x00109474
|
|
[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: 0x06004341 RID: 17217 RVA: 0x0010B2D4 File Offset: 0x001094D4
|
|
[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: 0x06004342 RID: 17218 RVA: 0x0010B324 File Offset: 0x00109524
|
|
[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: 0x06004343 RID: 17219 RVA: 0x0010B374 File Offset: 0x00109574
|
|
[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: 0x06004344 RID: 17220 RVA: 0x0010B3C4 File Offset: 0x001095C4
|
|
[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: 0x06004345 RID: 17221 RVA: 0x0010B424 File Offset: 0x00109624
|
|
[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: 0x06004346 RID: 17222 RVA: 0x0010B474 File Offset: 0x00109674
|
|
[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: 0x06004347 RID: 17223 RVA: 0x0010B4C4 File Offset: 0x001096C4
|
|
// 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, 100667661);
|
|
IUIController.NativeMethodInfoPtr_SwitchLeftward_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<IUIController>.NativeClassPtr, 100667662);
|
|
IUIController.NativeMethodInfoPtr_SwitchRightward_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<IUIController>.NativeClassPtr, 100667663);
|
|
IUIController.NativeMethodInfoPtr_Submit_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<IUIController>.NativeClassPtr, 100667664);
|
|
IUIController.NativeMethodInfoPtr_Hold_Public_Abstract_Virtual_New_Void_Boolean_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<IUIController>.NativeClassPtr, 100667665);
|
|
IUIController.NativeMethodInfoPtr_Cancel_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<IUIController>.NativeClassPtr, 100667666);
|
|
IUIController.NativeMethodInfoPtr_SpecialAction_Public_Abstract_Virtual_New_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<IUIController>.NativeClassPtr, 100667667);
|
|
}
|
|
|
|
// Token: 0x06004348 RID: 17224 RVA: 0x000ED5BE File Offset: 0x000EB7BE
|
|
public IUIController(IntPtr pointer)
|
|
: base(pointer)
|
|
{
|
|
}
|
|
|
|
// Token: 0x04002C56 RID: 11350
|
|
private static readonly IntPtr NativeMethodInfoPtr_Move_Public_Abstract_Virtual_New_Void_Direction2D_0;
|
|
|
|
// Token: 0x04002C57 RID: 11351
|
|
private static readonly IntPtr NativeMethodInfoPtr_SwitchLeftward_Public_Abstract_Virtual_New_Void_0;
|
|
|
|
// Token: 0x04002C58 RID: 11352
|
|
private static readonly IntPtr NativeMethodInfoPtr_SwitchRightward_Public_Abstract_Virtual_New_Void_0;
|
|
|
|
// Token: 0x04002C59 RID: 11353
|
|
private static readonly IntPtr NativeMethodInfoPtr_Submit_Public_Abstract_Virtual_New_Void_0;
|
|
|
|
// Token: 0x04002C5A RID: 11354
|
|
private static readonly IntPtr NativeMethodInfoPtr_Hold_Public_Abstract_Virtual_New_Void_Boolean_0;
|
|
|
|
// Token: 0x04002C5B RID: 11355
|
|
private static readonly IntPtr NativeMethodInfoPtr_Cancel_Public_Abstract_Virtual_New_Void_0;
|
|
|
|
// Token: 0x04002C5C RID: 11356
|
|
private static readonly IntPtr NativeMethodInfoPtr_SpecialAction_Public_Abstract_Virtual_New_Void_0;
|
|
}
|