86 lines
2.6 KiB
C#
86 lines
2.6 KiB
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
using Cpp2IlInjected;
|
|
using RecRoom.Core;
|
|
using UnityEngine;
|
|
|
|
namespace RecRoom.Inputs
|
|
{
|
|
// Token: 0x02002283 RID: 8835
|
|
[Token(Token = "0x2002283")]
|
|
[StructLayout(3)]
|
|
public class ControlMapUIGenerator : MonoBehaviour
|
|
{
|
|
// Token: 0x0600F2B4 RID: 62132 RVA: 0x00396828 File Offset: 0x00394A28
|
|
[Token(Token = "0x600F2B4")]
|
|
[Address(RVA = "0x10C1570", Offset = "0x10BFF70", VA = "0x1810C1570")]
|
|
public void OnEnable()
|
|
{
|
|
WatchUIFlow componentInParent = base.gameObject.GetComponentInParent<WatchUIFlow>();
|
|
int num = 0;
|
|
if (componentInParent != num)
|
|
{
|
|
WatchUI <LBNLPAIAGHF>k__BackingField = componentInParent.<LBNLPAIAGHF>k__BackingField;
|
|
Transform transform = base.gameObject.transform;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600F2B5 RID: 62133 RVA: 0x0039686C File Offset: 0x00394A6C
|
|
[Token(Token = "0x600F2B5")]
|
|
[Address(RVA = "0x10C1570", Offset = "0x10BFF70", VA = "0x1810C1570")]
|
|
private void EJPIHBKPGNL()
|
|
{
|
|
WatchUIFlow componentInParent = base.gameObject.GetComponentInParent<WatchUIFlow>();
|
|
int num = 0;
|
|
if (componentInParent != num)
|
|
{
|
|
WatchUI <LBNLPAIAGHF>k__BackingField = componentInParent.<LBNLPAIAGHF>k__BackingField;
|
|
Transform transform = base.gameObject.transform;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600F2B6 RID: 62134 RVA: 0x003968B0 File Offset: 0x00394AB0
|
|
[Token(Token = "0x600F2B6")]
|
|
[Address(RVA = "0x10C16C0", Offset = "0x10C00C0", VA = "0x1810C16C0")]
|
|
public ControlMapUIGenerator()
|
|
{
|
|
}
|
|
|
|
// Token: 0x0400A22A RID: 41514
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x18")]
|
|
[Token(Token = "0x400A22A")]
|
|
private float OHCIIJLPILN = 1000f;
|
|
|
|
// Token: 0x0400A22B RID: 41515
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x1C")]
|
|
[Token(Token = "0x400A22B")]
|
|
[SerializeField]
|
|
[Header("References")]
|
|
private IFDIGHKFEGF supportedInputType;
|
|
|
|
// Token: 0x0400A22C RID: 41516
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x20")]
|
|
[Token(Token = "0x400A22C")]
|
|
[SerializeField]
|
|
private bool simpleControlsOnly;
|
|
|
|
// Token: 0x0400A22D RID: 41517
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x28")]
|
|
[Token(Token = "0x400A22D")]
|
|
[SerializeField]
|
|
private ScreenControlsMap controlsMap;
|
|
|
|
// Token: 0x0400A22E RID: 41518
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x30")]
|
|
[Token(Token = "0x400A22E")]
|
|
[SerializeField]
|
|
private InputSourceConfigBase inputSourceConfig;
|
|
|
|
// Token: 0x0400A22F RID: 41519
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x38")]
|
|
[Token(Token = "0x400A22F")]
|
|
[SerializeField]
|
|
private ControlMapUIBox controlBoxPrefab;
|
|
}
|
|
}
|