oh dear
This commit is contained in:
@@ -0,0 +1,68 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
using RecRoom.Core.UI;
|
||||
using UnityEngine;
|
||||
|
||||
namespace RecRoom.Core.VR.UI
|
||||
{
|
||||
// Token: 0x02002EEF RID: 12015
|
||||
[Token(Token = "0x2002EEF")]
|
||||
[Serializable]
|
||||
public class SubtitleVRController
|
||||
{
|
||||
// Token: 0x06014639 RID: 83513 RVA: 0x004BB6F4 File Offset: 0x004B98F4
|
||||
[Token(Token = "0x6014639")]
|
||||
[Address(RVA = "0x9BA780", Offset = "0x9B9580", VA = "0x1809BA780")]
|
||||
public void BALOKJMBNIN(VRPlayerController FINBOONIGDO, Player IEKDDPPNFPF, SubtitleManager NLBCGKNGBAI)
|
||||
{
|
||||
int num = 0;
|
||||
int num2 = 0;
|
||||
if (!(NLBCGKNGBAI == num2))
|
||||
{
|
||||
int num3 = 0;
|
||||
if (!(IEKDDPPNFPF == num3))
|
||||
{
|
||||
bool flag = NLBCGKNGBAI.TryGetCurrentSubtitle(num, num);
|
||||
if (flag == this.cachedHasSubtitle)
|
||||
{
|
||||
string text = this.cachedSubtitle;
|
||||
if (!(num != text))
|
||||
{
|
||||
Sprite sprite = this.cachedInlineSprite;
|
||||
if (!(num != sprite))
|
||||
{
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
this.cachedSubtitle = num;
|
||||
this.cachedInlineSprite = num;
|
||||
this.cachedHasSubtitle = flag;
|
||||
NLBCGKNGBAI.vrSubtitleDialog.SetSubtitle(num, num);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0601463A RID: 83514 RVA: 0x004BB77C File Offset: 0x004B997C
|
||||
[Token(Token = "0x601463A")]
|
||||
[Address(RVA = "0x3F5100", Offset = "0x3F3F00", VA = "0x1803F5100")]
|
||||
public SubtitleVRController()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0400D488 RID: 54408
|
||||
[FieldOffset(Offset = "0x10")]
|
||||
[Token(Token = "0x400D488")]
|
||||
private bool cachedHasSubtitle;
|
||||
|
||||
// Token: 0x0400D489 RID: 54409
|
||||
[FieldOffset(Offset = "0x18")]
|
||||
[Token(Token = "0x400D489")]
|
||||
private string cachedSubtitle;
|
||||
|
||||
// Token: 0x0400D48A RID: 54410
|
||||
[FieldOffset(Offset = "0x20")]
|
||||
[Token(Token = "0x400D48A")]
|
||||
private Sprite cachedInlineSprite;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,116 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
using TMPro;
|
||||
using UnityEngine;
|
||||
|
||||
namespace RecRoom.Core.VR.UI
|
||||
{
|
||||
// Token: 0x02002EED RID: 12013
|
||||
[Token(Token = "0x2002EED")]
|
||||
public class VRSubtitleDialog : MonoBehaviour
|
||||
{
|
||||
// Token: 0x06014630 RID: 83504 RVA: 0x004BB3FC File Offset: 0x004B95FC
|
||||
[Token(Token = "0x6014630")]
|
||||
[Address(RVA = "0x9C4790", Offset = "0x9C3590", VA = "0x1809C4790")]
|
||||
private void Start()
|
||||
{
|
||||
Action action = new Action(this.IKOLCMNMLKM);
|
||||
IDisposable disposable = this.JEEMKGCKHKD(action);
|
||||
int num = 0;
|
||||
string empty = string.Empty;
|
||||
this.SetSubtitle(empty, num);
|
||||
}
|
||||
|
||||
// Token: 0x06014631 RID: 83505 RVA: 0x004BB430 File Offset: 0x004B9630
|
||||
[Token(Token = "0x6014631")]
|
||||
[Address(RVA = "0x9C4510", Offset = "0x9C3310", VA = "0x1809C4510")]
|
||||
public void SetSubtitle(string ACPMLLINIMG, [Optional] Sprite JFKJJGCHMJF)
|
||||
{
|
||||
base.gameObject.SetActive(true);
|
||||
TextMeshPro textMeshPro = this.textObject;
|
||||
SpriteRenderer spriteRenderer = this.inlineSpriteObject;
|
||||
float num = this.inlineSpritePixelWidth;
|
||||
GKIADAPODCJ.IGBKNKBDCGN(textMeshPro, spriteRenderer, ACPMLLINIMG, JFKJJGCHMJF, num);
|
||||
float preferredHeight = this.textObject.preferredHeight;
|
||||
float renderedWidth = this.textObject.renderedWidth;
|
||||
float num2 = this.cornerRounding;
|
||||
float num3 = Mathf.Max(1f, num2);
|
||||
SpriteRenderer spriteRenderer2 = this.background;
|
||||
Transform transform = spriteRenderer2.transform;
|
||||
SpriteRenderer spriteRenderer3 = this.background;
|
||||
}
|
||||
|
||||
// Token: 0x06014632 RID: 83506 RVA: 0x004BB4D4 File Offset: 0x004B96D4
|
||||
[Token(Token = "0x6014632")]
|
||||
[Address(RVA = "0x9C43B0", Offset = "0x9C31B0", VA = "0x1809C43B0")]
|
||||
private void IKOLCMNMLKM()
|
||||
{
|
||||
CameraRig instance = SingletonMonoBehaviour.ONCPNMDGGKG;
|
||||
int num = 0;
|
||||
if (!(instance == num))
|
||||
{
|
||||
Transform transform = SingletonMonoBehaviour.ONCPNMDGGKG.CHLMFLCFGFL.transform;
|
||||
Transform transform2 = this.matchCameraTransform;
|
||||
Vector3 vector;
|
||||
float z = vector.z;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06014633 RID: 83507 RVA: 0x004BB51C File Offset: 0x004B971C
|
||||
[Token(Token = "0x6014633")]
|
||||
[Address(RVA = "0x9C4820", Offset = "0x9C3620", VA = "0x1809C4820")]
|
||||
public VRSubtitleDialog()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0400D478 RID: 54392
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x18")]
|
||||
[Token(Token = "0x400D478")]
|
||||
[SerializeField]
|
||||
private float textPadding = 2f;
|
||||
|
||||
// Token: 0x0400D479 RID: 54393
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x1C")]
|
||||
[Token(Token = "0x400D479")]
|
||||
[SerializeField]
|
||||
private float cornerRounding = 2f;
|
||||
|
||||
// Token: 0x0400D47A RID: 54394
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x20")]
|
||||
[Token(Token = "0x400D47A")]
|
||||
[SerializeField]
|
||||
private Transform matchCameraTransform;
|
||||
|
||||
// Token: 0x0400D47B RID: 54395
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x28")]
|
||||
[Token(Token = "0x400D47B")]
|
||||
[SerializeField]
|
||||
private Transform offsetAndScaleTransform;
|
||||
|
||||
// Token: 0x0400D47C RID: 54396
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x30")]
|
||||
[Token(Token = "0x400D47C")]
|
||||
[SerializeField]
|
||||
private SpriteRenderer background;
|
||||
|
||||
// Token: 0x0400D47D RID: 54397
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x38")]
|
||||
[Token(Token = "0x400D47D")]
|
||||
[SerializeField]
|
||||
private TextMeshPro textObject;
|
||||
|
||||
// Token: 0x0400D47E RID: 54398
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x40")]
|
||||
[Token(Token = "0x400D47E")]
|
||||
[SerializeField]
|
||||
[Header("Inline Sprite")]
|
||||
private SpriteRenderer inlineSpriteObject;
|
||||
|
||||
// Token: 0x0400D47F RID: 54399
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x48")]
|
||||
[Token(Token = "0x400D47F")]
|
||||
[SerializeField]
|
||||
private float inlineSpritePixelWidth = 50f;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,134 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using Cpp2IlInjected;
|
||||
using TMPro;
|
||||
using UnityEngine;
|
||||
|
||||
namespace RecRoom.Core.VR.UI
|
||||
{
|
||||
// Token: 0x02002EEE RID: 12014
|
||||
[Token(Token = "0x2002EEE")]
|
||||
public class VRTutorialPromptDialog : MonoBehaviour
|
||||
{
|
||||
// Token: 0x06014634 RID: 83508 RVA: 0x004BB550 File Offset: 0x004B9750
|
||||
[Token(Token = "0x6014634")]
|
||||
[Address(RVA = "0x9C4C30", Offset = "0x9C3A30", VA = "0x1809C4C30")]
|
||||
private void Start()
|
||||
{
|
||||
Action action = new Action(this.IKOLCMNMLKM);
|
||||
IDisposable disposable = this.JEEMKGCKHKD(action);
|
||||
GameObject gameObject = base.gameObject;
|
||||
int num = 0;
|
||||
gameObject.SetActive(num != 0);
|
||||
}
|
||||
|
||||
// Token: 0x06014635 RID: 83509 RVA: 0x004BB588 File Offset: 0x004B9788
|
||||
[Token(Token = "0x6014635")]
|
||||
[Address(RVA = "0x9C49A0", Offset = "0x9C37A0", VA = "0x1809C49A0")]
|
||||
public void SetContent(HPPNJHJHDBM MHJNEBJFNPH)
|
||||
{
|
||||
string paanjcaooag = MHJNEBJFNPH.PAANJCAOOAG;
|
||||
base.gameObject.SetActive(true);
|
||||
string paanjcaooag2 = MHJNEBJFNPH.PAANJCAOOAG;
|
||||
TextMeshPro textMeshPro = this.textObject;
|
||||
List<SpriteRenderer> list = this.inlineSpriteObjects;
|
||||
List<Sprite> plpikbddbeh = MHJNEBJFNPH.PLPIKBDDBEH;
|
||||
float num = this.inlineSpriteWidth;
|
||||
GKIADAPODCJ.IGBKNKBDCGN(textMeshPro, list, paanjcaooag2, plpikbddbeh, num);
|
||||
float preferredHeight = this.textObject.preferredHeight;
|
||||
float renderedWidth = this.textObject.renderedWidth;
|
||||
float num2 = this.cornerRounding;
|
||||
float num3 = Mathf.Max(1f, num2);
|
||||
SpriteRenderer spriteRenderer = this.background;
|
||||
Transform transform = spriteRenderer.transform;
|
||||
SpriteRenderer spriteRenderer2 = this.background;
|
||||
}
|
||||
|
||||
// Token: 0x06014636 RID: 83510 RVA: 0x004BB644 File Offset: 0x004B9844
|
||||
[Token(Token = "0x6014636")]
|
||||
[Address(RVA = "0x827A90", Offset = "0x826890", VA = "0x180827A90")]
|
||||
public void Hide()
|
||||
{
|
||||
GameObject gameObject = base.gameObject;
|
||||
int num = 0;
|
||||
gameObject.SetActive(num != 0);
|
||||
}
|
||||
|
||||
// Token: 0x06014637 RID: 83511 RVA: 0x004BB668 File Offset: 0x004B9868
|
||||
[Token(Token = "0x6014637")]
|
||||
[Address(RVA = "0x9C4840", Offset = "0x9C3640", VA = "0x1809C4840")]
|
||||
private void IKOLCMNMLKM()
|
||||
{
|
||||
CameraRig instance = SingletonMonoBehaviour.ONCPNMDGGKG;
|
||||
int num = 0;
|
||||
if (!(instance == num))
|
||||
{
|
||||
Transform transform = SingletonMonoBehaviour.ONCPNMDGGKG.CHLMFLCFGFL.transform;
|
||||
Transform transform2 = this.matchCameraTransform;
|
||||
Vector3 vector;
|
||||
float z = vector.z;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06014638 RID: 83512 RVA: 0x004BB6B0 File Offset: 0x004B98B0
|
||||
[Token(Token = "0x6014638")]
|
||||
[Address(RVA = "0x9C4CC0", Offset = "0x9C3AC0", VA = "0x1809C4CC0")]
|
||||
public VRTutorialPromptDialog()
|
||||
{
|
||||
List<SpriteRenderer> list = new List();
|
||||
this.inlineSpriteObjects = list;
|
||||
base..ctor();
|
||||
}
|
||||
|
||||
// Token: 0x0400D480 RID: 54400
|
||||
[FieldOffset(Offset = "0x18")]
|
||||
[Token(Token = "0x400D480")]
|
||||
[SerializeField]
|
||||
private float textPadding = 2f;
|
||||
|
||||
// Token: 0x0400D481 RID: 54401
|
||||
[FieldOffset(Offset = "0x1C")]
|
||||
[Token(Token = "0x400D481")]
|
||||
[SerializeField]
|
||||
private float cornerRounding = 2f;
|
||||
|
||||
// Token: 0x0400D482 RID: 54402
|
||||
[FieldOffset(Offset = "0x20")]
|
||||
[Token(Token = "0x400D482")]
|
||||
[SerializeField]
|
||||
private Transform matchCameraTransform;
|
||||
|
||||
// Token: 0x0400D483 RID: 54403
|
||||
[FieldOffset(Offset = "0x28")]
|
||||
[Token(Token = "0x400D483")]
|
||||
[SerializeField]
|
||||
private Transform offsetAndScaleTransform;
|
||||
|
||||
// Token: 0x0400D484 RID: 54404
|
||||
[FieldOffset(Offset = "0x30")]
|
||||
[Token(Token = "0x400D484")]
|
||||
[SerializeField]
|
||||
private SpriteRenderer background;
|
||||
|
||||
// Token: 0x0400D485 RID: 54405
|
||||
[FieldOffset(Offset = "0x38")]
|
||||
[Token(Token = "0x400D485")]
|
||||
[SerializeField]
|
||||
private TextMeshPro textObject;
|
||||
|
||||
// Token: 0x0400D486 RID: 54406
|
||||
[FieldOffset(Offset = "0x40")]
|
||||
[Token(Token = "0x400D486")]
|
||||
[SerializeField]
|
||||
[Header("Inline Sprites")]
|
||||
[Tooltip("Width in pixels")]
|
||||
private float inlineSpriteWidth = 100f;
|
||||
|
||||
// Token: 0x0400D487 RID: 54407
|
||||
[FieldOffset(Offset = "0x48")]
|
||||
[Token(Token = "0x400D487")]
|
||||
[SerializeField]
|
||||
[Tooltip("This effectively limits the number of sprites we are able to display simultaneously")]
|
||||
private List<SpriteRenderer> inlineSpriteObjects;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,262 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using Cpp2IlInjected;
|
||||
using RecRoom.Players.Watch;
|
||||
using UnityEngine;
|
||||
|
||||
namespace RecRoom.Core.VR.UI
|
||||
{
|
||||
// Token: 0x02002EF0 RID: 12016
|
||||
[Token(Token = "0x2002EF0")]
|
||||
[Serializable]
|
||||
public class WatchNotificationVRController
|
||||
{
|
||||
// Token: 0x0601463B RID: 83515 RVA: 0x004BB790 File Offset: 0x004B9990
|
||||
[Token(Token = "0x601463B")]
|
||||
[Address(RVA = "0x9C7020", Offset = "0x9C5E20", VA = "0x1809C7020")]
|
||||
public void BALOKJMBNIN(VRPlayerController FINBOONIGDO, Player IEKDDPPNFPF, NotificationManager ABMJMBDDGHM)
|
||||
{
|
||||
int num = 0;
|
||||
if (!(ABMJMBDDGHM == num))
|
||||
{
|
||||
int num2 = 0;
|
||||
if (!(IEKDDPPNFPF == num2))
|
||||
{
|
||||
this.COIBPGNNGCO(IEKDDPPNFPF, ABMJMBDDGHM);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0601463C RID: 83516 RVA: 0x004BB7C0 File Offset: 0x004B99C0
|
||||
[Token(Token = "0x601463C")]
|
||||
[Address(RVA = "0x9C7220", Offset = "0x9C6020", VA = "0x1809C7220")]
|
||||
private void COIBPGNNGCO(Player IEKDDPPNFPF, NotificationManager ABMJMBDDGHM)
|
||||
{
|
||||
int num = 0;
|
||||
PlayerUI playerUI = IEKDDPPNFPF.playerUI;
|
||||
int num2 = 0;
|
||||
if (!(playerUI == num2))
|
||||
{
|
||||
PlayerHand attachedHand = IEKDDPPNFPF.playerUI.watchMenuProjector.EKKDJEIFGMJ;
|
||||
int num3 = 0;
|
||||
if (!(attachedHand == num3))
|
||||
{
|
||||
WatchAttractor <DMFKNEOJGIJ>k__BackingField = IEKDDPPNFPF.playerUI.<DMFKNEOJGIJ>k__BackingField;
|
||||
int num4 = 0;
|
||||
KHINMMJIENE khinmmjiene;
|
||||
if (<DMFKNEOJGIJ>k__BackingField == num4 || !ABMJMBDDGHM.TryConsumeWatchNotification(num) || khinmmjiene != 0)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0601463D RID: 83517 RVA: 0x004BB838 File Offset: 0x004B9A38
|
||||
[Token(Token = "0x601463D")]
|
||||
[Address(RVA = "0x9C7710", Offset = "0x9C6510", VA = "0x1809C7710")]
|
||||
private void NGEKHDFJAIK(PlayerUI DGKDMIKKKEF, PlayerHand CFLLPGHCBNI, WatchAttractor DLBHAFEEBAN, NotificationManager.GDHBEIJINND NOEDFHOANIO)
|
||||
{
|
||||
int num = 0;
|
||||
RecRoomAudioClip recRoomAudioClip = this.watchNotificationAudio;
|
||||
Transform transform = CFLLPGHCBNI.transform;
|
||||
Vector3 vector;
|
||||
float z = vector.z;
|
||||
NotificationManager instance = SingletonMonoBehaviour.ONCPNMDGGKG;
|
||||
if (instance == 0)
|
||||
{
|
||||
}
|
||||
if (instance == 0)
|
||||
{
|
||||
}
|
||||
IDisposable disposable;
|
||||
KFBABPAPIMB kfbabpapimb;
|
||||
if (disposable != (ulong)4L)
|
||||
{
|
||||
if (this.hapticsCoroutine != 0)
|
||||
{
|
||||
this.hapticsCoroutine = num;
|
||||
}
|
||||
Scheduler instance2 = SingletonMonoBehaviour.ONCPNMDGGKG;
|
||||
WatchNotificationVRController.JDFCAMMLMAG jdfcammlmag;
|
||||
jdfcammlmag.System.IDisposable.Dispose();
|
||||
jdfcammlmag.<>1__state = num;
|
||||
jdfcammlmag.watchHand = CFLLPGHCBNI;
|
||||
int num2 = 0;
|
||||
kfbabpapimb = instance2.Run(num2, jdfcammlmag);
|
||||
this.hapticsCoroutine = kfbabpapimb;
|
||||
}
|
||||
if (kfbabpapimb != (ulong)2L)
|
||||
{
|
||||
int num3 = 0;
|
||||
DLBHAFEEBAN.NMIKFJDMHAA = num3 != 0;
|
||||
if (this.attractorEffectCoroutine != 0)
|
||||
{
|
||||
this.attractorEffectCoroutine = num;
|
||||
}
|
||||
Scheduler instance3 = SingletonMonoBehaviour.ONCPNMDGGKG;
|
||||
WatchNotificationVRController.HBOKMMNACHF hbokmmnachf;
|
||||
hbokmmnachf.System.IDisposable.Dispose();
|
||||
hbokmmnachf.<>1__state = num;
|
||||
hbokmmnachf.<>4__this = this;
|
||||
hbokmmnachf.playerUI = DGKDMIKKKEF;
|
||||
hbokmmnachf.watchAttractor = DLBHAFEEBAN;
|
||||
int num4 = 0;
|
||||
KFBABPAPIMB kfbabpapimb2 = instance3.Run(num4, hbokmmnachf);
|
||||
this.attractorEffectCoroutine = kfbabpapimb2;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0601463E RID: 83518 RVA: 0x004BB92C File Offset: 0x004B9B2C
|
||||
[Token(Token = "0x601463E")]
|
||||
[Address(RVA = "0x9C70E0", Offset = "0x9C5EE0", VA = "0x1809C70E0")]
|
||||
private void BHKMIEEBLIL(PlayerUI DGKDMIKKKEF, WatchAttractor DLBHAFEEBAN)
|
||||
{
|
||||
int num = 0;
|
||||
DLBHAFEEBAN.NMIKFJDMHAA = num != 0;
|
||||
if (this.attractorEffectCoroutine != 0)
|
||||
{
|
||||
this.attractorEffectCoroutine = (ulong)0L;
|
||||
}
|
||||
Scheduler instance = SingletonMonoBehaviour.ONCPNMDGGKG;
|
||||
WatchNotificationVRController.HBOKMMNACHF hbokmmnachf;
|
||||
hbokmmnachf.System.IDisposable.Dispose();
|
||||
hbokmmnachf.<>1__state = (int)((ulong)0L);
|
||||
hbokmmnachf.<>4__this = this;
|
||||
hbokmmnachf.playerUI = DGKDMIKKKEF;
|
||||
hbokmmnachf.watchAttractor = DLBHAFEEBAN;
|
||||
int num2 = 0;
|
||||
KFBABPAPIMB kfbabpapimb = instance.Run(num2, hbokmmnachf);
|
||||
this.attractorEffectCoroutine = kfbabpapimb;
|
||||
}
|
||||
|
||||
// Token: 0x0601463F RID: 83519 RVA: 0x004BB998 File Offset: 0x004B9B98
|
||||
[Token(Token = "0x601463F")]
|
||||
[Address(RVA = "0x9C7450", Offset = "0x9C6250", VA = "0x1809C7450")]
|
||||
private void DNMJBNJNPLH(WatchAttractor DLBHAFEEBAN)
|
||||
{
|
||||
int num = 0;
|
||||
DLBHAFEEBAN.NMIKFJDMHAA = num != 0;
|
||||
if (this.attractorEffectCoroutine != 0)
|
||||
{
|
||||
this.attractorEffectCoroutine = (ulong)0L;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06014640 RID: 83520 RVA: 0x004BB9C8 File Offset: 0x004B9BC8
|
||||
[Token(Token = "0x6014640")]
|
||||
[Address(RVA = "0x9C7630", Offset = "0x9C6430", VA = "0x1809C7630")]
|
||||
private IEnumerator<KENFJGFMIPM> JFNKLHJHBJH(PlayerUI DGKDMIKKKEF, WatchAttractor DLBHAFEEBAN)
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (06014640)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Collections.Generic.IEnumerator`1<KENFJGFMIPM> RecRoom.Core.VR.UI.WatchNotificationVRController::JFNKLHJHBJH(PlayerUI,RecRoom.Players.Watch.WatchAttractor)
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
Block_0:
|
||||
call:void(HBOKMMNACHF::System.IDisposable.Dispose, ldloc:HBOKMMNACHF(var_0))
|
||||
stfld:WatchNotificationVRController(HBOKMMNACHF::<>4__this, ldloc:HBOKMMNACHF(var_0), ldloc:WatchNotificationVRController(this))
|
||||
stfld:PlayerUI(HBOKMMNACHF::playerUI, ldloc:HBOKMMNACHF(var_0), ldloc:PlayerUI(DGKDMIKKKEF))
|
||||
stfld:int32(HBOKMMNACHF::<>1__state, ldloc:HBOKMMNACHF(var_0), conv.u8:uint64[exp:int32](ldc.i8:int64[exp:uint64](0)))
|
||||
stfld:WatchAttractor(HBOKMMNACHF::watchAttractor, ldloc:HBOKMMNACHF(var_0), ldloc:WatchAttractor(DLBHAFEEBAN))
|
||||
}
|
||||
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
|
||||
--- End of inner exception stack trace ---
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
|
||||
at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1663
|
||||
*/;
|
||||
}
|
||||
|
||||
// Token: 0x06014641 RID: 83521 RVA: 0x004BB9F8 File Offset: 0x004B9BF8
|
||||
[Token(Token = "0x6014641")]
|
||||
[Address(RVA = "0x9C7510", Offset = "0x9C6310", VA = "0x1809C7510")]
|
||||
private void HJMJDOGMCJF(PlayerHand CFLLPGHCBNI)
|
||||
{
|
||||
if (this.hapticsCoroutine != 0)
|
||||
{
|
||||
this.hapticsCoroutine = (ulong)0L;
|
||||
}
|
||||
Scheduler instance = SingletonMonoBehaviour.ONCPNMDGGKG;
|
||||
WatchNotificationVRController.JDFCAMMLMAG jdfcammlmag;
|
||||
jdfcammlmag.System.IDisposable.Dispose();
|
||||
jdfcammlmag.<>1__state = (int)((ulong)0L);
|
||||
jdfcammlmag.watchHand = CFLLPGHCBNI;
|
||||
int num = 0;
|
||||
KFBABPAPIMB kfbabpapimb = instance.Run(num, jdfcammlmag);
|
||||
this.hapticsCoroutine = kfbabpapimb;
|
||||
}
|
||||
|
||||
// Token: 0x06014642 RID: 83522 RVA: 0x004BBA4C File Offset: 0x004B9C4C
|
||||
[Token(Token = "0x6014642")]
|
||||
[Address(RVA = "0x9C74C0", Offset = "0x9C62C0", VA = "0x1809C74C0")]
|
||||
private void GGDLGIPEKLH()
|
||||
{
|
||||
if (this.hapticsCoroutine != 0)
|
||||
{
|
||||
this.hapticsCoroutine = (ulong)0L;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06014643 RID: 83523 RVA: 0x004BBA6C File Offset: 0x004B9C6C
|
||||
[Token(Token = "0x6014643")]
|
||||
[Address(RVA = "0x9C76B0", Offset = "0x9C64B0", VA = "0x1809C76B0")]
|
||||
private IEnumerator<KENFJGFMIPM> JPLPOKDFMAF(PlayerHand CFLLPGHCBNI)
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (06014643)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Collections.Generic.IEnumerator`1<KENFJGFMIPM> RecRoom.Core.VR.UI.WatchNotificationVRController::JPLPOKDFMAF(PlayerHand)
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
Block_0:
|
||||
call:void(JDFCAMMLMAG::System.IDisposable.Dispose, ldloc:JDFCAMMLMAG(var_0))
|
||||
stfld:int32(JDFCAMMLMAG::<>1__state, ldloc:JDFCAMMLMAG(var_0), conv.u8:uint64[exp:int32](ldc.i8:int64[exp:uint64](0)))
|
||||
stfld:PlayerHand(JDFCAMMLMAG::watchHand, ldloc:JDFCAMMLMAG(var_0), ldloc:PlayerHand(CFLLPGHCBNI))
|
||||
}
|
||||
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
|
||||
--- End of inner exception stack trace ---
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
|
||||
at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1663
|
||||
*/;
|
||||
}
|
||||
|
||||
// Token: 0x06014644 RID: 83524 RVA: 0x004BBA90 File Offset: 0x004B9C90
|
||||
[Token(Token = "0x6014644")]
|
||||
[Address(RVA = "0x9C7B10", Offset = "0x9C6910", VA = "0x1809C7B10")]
|
||||
public WatchNotificationVRController()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0400D48B RID: 54411
|
||||
[FieldOffset(Offset = "0x10")]
|
||||
[Token(Token = "0x400D48B")]
|
||||
[SerializeField]
|
||||
private float watchNotificationDuration = 10f;
|
||||
|
||||
// Token: 0x0400D48C RID: 54412
|
||||
[FieldOffset(Offset = "0x18")]
|
||||
[Token(Token = "0x400D48C")]
|
||||
[SerializeField]
|
||||
private RecRoomAudioClip watchNotificationAudio;
|
||||
|
||||
// Token: 0x0400D48D RID: 54413
|
||||
[FieldOffset(Offset = "0x20")]
|
||||
[Token(Token = "0x400D48D")]
|
||||
private KFBABPAPIMB attractorEffectCoroutine;
|
||||
|
||||
// Token: 0x0400D48E RID: 54414
|
||||
[FieldOffset(Offset = "0x28")]
|
||||
[Token(Token = "0x400D48E")]
|
||||
private KFBABPAPIMB hapticsCoroutine;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user