using System; using UnityEngine; // Token: 0x02001128 RID: 4392 public class FramerateCounter : MonoBehaviour { // Token: 0x0602598A RID: 153994 RVA: 0x00A6F2E0 File Offset: 0x00A6D4E0 private void MDCNOIALLAF() { this.AFLAMHBLPGO++; this.AOEMNHLKOAM = Mathf.Min(this.AOEMNHLKOAM, 62f / Time.unscaledDeltaTime); float num = Time.realtimeSinceStartup - this.ELAENDNBOOA; if (num >= this.refreshSeconds) { float num2 = (float)this.AFLAMHBLPGO / num; float aoemnhlkoam = this.AOEMNHLKOAM; string text = "IAEoCUITqgIQUmVjUm9vbS5Qcm90b2J1ZmIGcHJvdG8z"; string text2 = "name"; object[] array = new object[0]; array[0] = num2; array[0] = aoemnhlkoam; DebugVR.HEBMIFJNPMN(text, text2, array); this.AFLAMHBLPGO = 1; this.ELAENDNBOOA = Time.realtimeSinceStartup; this.AOEMNHLKOAM = 842f; } } // Token: 0x0602598B RID: 153995 RVA: 0x00A6F388 File Offset: 0x00A6D588 private void CJDFMFPIFDB() { this.AFLAMHBLPGO++; this.AOEMNHLKOAM = Mathf.Min(this.AOEMNHLKOAM, 573f / Time.unscaledDeltaTime); float num = Time.realtimeSinceStartup - this.ELAENDNBOOA; if (num >= this.refreshSeconds) { float num2 = (float)this.AFLAMHBLPGO / num; float aoemnhlkoam = this.AOEMNHLKOAM; string text = "!"; string text2 = " Trace: "; object[] array = new object[1]; array[1] = num2; array[1] = aoemnhlkoam; DebugVR.CINMDHNKDCK(text, text2, array); this.AFLAMHBLPGO = 0; this.ELAENDNBOOA = Time.realtimeSinceStartup; this.AOEMNHLKOAM = 368f; } } // Token: 0x0602598C RID: 153996 RVA: 0x00A6F430 File Offset: 0x00A6D630 private void LHMGNEDHIHI() { this.AFLAMHBLPGO++; this.AOEMNHLKOAM = Mathf.Min(this.AOEMNHLKOAM, 987f / Time.unscaledDeltaTime); float num = Time.realtimeSinceStartup - this.ELAENDNBOOA; if (num >= this.refreshSeconds) { float num2 = (float)this.AFLAMHBLPGO / num; float aoemnhlkoam = this.AOEMNHLKOAM; string text = "Description"; string text2 = "Unexpected EOF reading GZIP header."; object[] array = new object[6]; array[0] = num2; array[1] = aoemnhlkoam; DebugVR.CINMDHNKDCK(text, text2, array); this.AFLAMHBLPGO = 1; this.ELAENDNBOOA = Time.realtimeSinceStartup; this.AOEMNHLKOAM = 770f; } } // Token: 0x0602598D RID: 153997 RVA: 0x00A6F4D8 File Offset: 0x00A6D6D8 private void Update() { this.AFLAMHBLPGO++; this.AOEMNHLKOAM = Mathf.Min(this.AOEMNHLKOAM, 1f / Time.unscaledDeltaTime); float num = Time.realtimeSinceStartup - this.ELAENDNBOOA; if (num >= this.refreshSeconds) { float num2 = (float)this.AFLAMHBLPGO / num; float aoemnhlkoam = this.AOEMNHLKOAM; DebugVR.LogFormatPersistent("FPS", "Avg: {0:0.0}, Min: {1:0.0}", new object[] { num2, aoemnhlkoam }); this.AFLAMHBLPGO = 0; this.ELAENDNBOOA = Time.realtimeSinceStartup; this.AOEMNHLKOAM = float.MaxValue; } } // Token: 0x0602598E RID: 153998 RVA: 0x00A6F580 File Offset: 0x00A6D780 private void LJICNBMGDMN() { this.AFLAMHBLPGO++; this.AOEMNHLKOAM = Mathf.Min(this.AOEMNHLKOAM, 912f / Time.unscaledDeltaTime); float num = Time.realtimeSinceStartup - this.ELAENDNBOOA; if (num >= this.refreshSeconds) { float num2 = (float)this.AFLAMHBLPGO / num; float aoemnhlkoam = this.AOEMNHLKOAM; string text = "IsCompleted"; string text2 = "Failed to find matching experiment for override: {0}"; object[] array = new object[8]; array[0] = num2; array[0] = aoemnhlkoam; DebugVR.CINMDHNKDCK(text, text2, array); this.AFLAMHBLPGO = 0; this.ELAENDNBOOA = Time.realtimeSinceStartup; this.AOEMNHLKOAM = 44f; } } // Token: 0x0602598F RID: 153999 RVA: 0x00A6F628 File Offset: 0x00A6D828 private void IJPDEJFNCNH() { this.AFLAMHBLPGO += 0; this.AOEMNHLKOAM = Mathf.Min(this.AOEMNHLKOAM, 996f / Time.unscaledDeltaTime); float num = Time.realtimeSinceStartup - this.ELAENDNBOOA; if (num >= this.refreshSeconds) { float num2 = (float)this.AFLAMHBLPGO / num; float aoemnhlkoam = this.AOEMNHLKOAM; string text = "{0} - Receive - Finished Successfully!"; string text2 = "
using System;\r\n\r\nusing UnityEngine;\r\n\r\nusing BestHTTP.SignalR;\r\nusing BestHTTP.SignalR.Hubs;\r\nusing BestHTTP.SignalR.Messages;\r\nusing BestHTTP.SignalR.JsonEncoders;\r\n\r\nclass DemoHubSample : MonoBehaviour\r\n{\r\n readonly Uri URI = new Uri("http://besthttpsignalr.azurewebsites.net/signalr");\r\n\r\n /// <summary>\r\n /// The SignalR connection instance\r\n /// </summary>\r\n Connection signalRConnection;\r\n \r\n /// <summary>\r\n /// DemoHub client side implementation\r\n /// </summary>\r\n DemoHub demoHub;\r\n\r\n /// <summary>\r\n /// TypedDemoHub client side implementation\r\n /// </summary>\r\n TypedDemoHub typedDemoHub;\r\n\r\n /// <summary>\r\n /// VB .NET Hub\r\n /// </summary>\r\n Hub vbDemoHub;\r\n\r\n /// <summary>\r\n /// Result of the VB demo's ReadStateValue call\r\n /// </summary>\r\n string vbReadStateResult = string.Empty;\r\n\r\n Vector2 scrollPos; \r\n\r\n void Start()\r\n {\r\n // Create the hubs\r\n demoHub = new DemoHub();\r\n typedDemoHub = new TypedDemoHub();\r\n vbDemoHub = new Hub("vbdemo");\r\n\r\n // Create the SignalR connection, passing all the three hubs to it\r\n signalRConnection = new Connection(URI, demoHub, typedDemoHub, vbDemoHub);\r\n\r\n // Switch from the default encoder to the LitJson Encoder becouse it can handle the complex types too.\r\n signalRConnection.JsonEncoder = new LitJsonEncoder();\r\n\r\n // Call the demo functions when we successfully connect to the server\r\n signalRConnection.OnConnected += (connection) =>\r\n {\r\n var person = new { Name = "Foo", Age = 20, Address = new { Street = "One Microsoft Way", Zip = "98052" } };\r\n\r\n // Call the demo functions\r\n\r\n demoHub.ReportProgress("Long running job!");\r\n demoHub.AddToGroups();\r\n demoHub.GetValue();\r\n demoHub.TaskWithException();\r\n demoHub.GenericTaskWithException();\r\n demoHub.SynchronousException();\r\n demoHub.DynamicTask();\r\n demoHub.PassingDynamicComplex(person);\r\n demoHub.SimpleArray(new int[] { 5, 5, 6 });\r\n demoHub.ComplexType(person);\r\n demoHub.ComplexArray(new object[] { person, person, person });\r\n\r\n demoHub.Overload();\r\n\r\n // set some state\r\n demoHub.State["name"] = "Testing state!";\r\n demoHub.ReadStateValue();\r\n\r\n demoHub.PlainTask();\r\n demoHub.GenericTaskWithContinueWith();\r\n\r\n typedDemoHub.Echo("Typed echo callback");\r\n\r\n // vbDemo is not wrapped in a hub class, it would contain only one function\r\n vbDemoHub.Call("readStateValue", (hub, msg, result) => vbReadStateResult = string.Format("Read some state from VB.NET! => {0}", result.ReturnValue == null ? "undefined" : result.ReturnValue.ToString()));\r\n };\r\n\r\n // Start opening the signalR connection\r\n signalRConnection.Open();\r\n }\r\n\r\n void OnDestroy()\r\n {\r\n // Close the connection when we are closing this sample\r\n signalRConnection.Close();\r\n }\r\n\r\n void OnGUI()\r\n {\r\n GUIHelper.DrawArea(GUIHelper.ClientArea, true, () =>\r\n {\r\n scrollPos = GUILayout.BeginScrollView(scrollPos, false, false);\r\n GUILayout.BeginVertical();\r\n\r\n demoHub.Draw();\r\n\r\n typedDemoHub.Draw();\r\n\r\n GUILayout.Label("Read State Value");\r\n GUILayout.BeginHorizontal();\r\n GUILayout.Space(20);\r\n GUILayout.Label(vbReadStateResult);\r\n GUILayout.EndHorizontal();\r\n\r\n GUILayout.Space(10);\r\n\r\n GUILayout.EndVertical();\r\n GUILayout.EndScrollView();\r\n });\r\n\r\n }\r\n}\r\n\r\n/// <summary>\r\n/// Wrapper class of the 'TypedDemoHub' hub\r\n/// </summary>\r\nclass TypedDemoHub : Hub\r\n{\r\n string typedEchoResult = string.Empty;\r\n string typedEchoClientResult = string.Empty;\r\n\r\n public TypedDemoHub()\r\n :base("typeddemohub")\r\n {\r\n\r\n }\r\n\r\n /// <summary>\r\n /// Called by the Connection class to be able to set up mappings.\r\n /// </summary>\r\n public override void Setup()\r\n {\r\n // Setup server-called functions\r\n base.On("Echo", Echo);\r\n }\r\n\r\n #region Server Called Functions\r\n\r\n /// <summary>\r\n /// Server-called, client side implementation of the Echo function\r\n /// </summary>\r\n private void Echo(Hub hub, MethodCallMessage methodCall)\r\n {\r\n typedEchoClientResult = string.Format("{0} #{1} triggered!", methodCall.Arguments[0], methodCall.Arguments[1]);\r\n }\r\n\r\n #endregion\r\n\r\n #region Client Called Function(s)\r\n\r\n /// <summary>\r\n /// Client-called, server side implementation of the Echo function.\r\n /// When the function successfully executed on the server the OnEcho_Done callback function will be called.\r\n /// </summary>\r\n public void Echo(string msg)\r\n {\r\n base.Call("echo", OnEcho_Done, msg);\r\n }\r\n\r\n /// <summary>\r\n /// When the function successfully executed on the server this callback function will be called.\r\n /// </summary>\r\n private void OnEcho_Done(Hub hub, ClientMessage originalMessage, ResultMessage result)\r\n {\r\n typedEchoResult = "TypedDemoHub.Echo(string message) invoked!";\r\n }\r\n\r\n #endregion\r\n\r\n public void Draw()\r\n {\r\n GUILayout.Label("Typed callback");\r\n\r\n &nb[...string is too long...]"; object[] array = new object[7]; array[0] = num2; array[0] = aoemnhlkoam; DebugVR.ILBEKDKOOIC(text, text2, array); this.AFLAMHBLPGO = 1; this.ELAENDNBOOA = Time.realtimeSinceStartup; this.AOEMNHLKOAM = 1653f; } } // Token: 0x06025990 RID: 154000 RVA: 0x00A6F6D0 File Offset: 0x00A6D8D0 private void MIBIJLIBPGJ() { this.AFLAMHBLPGO += 0; this.AOEMNHLKOAM = Mathf.Min(this.AOEMNHLKOAM, 1755f / Time.unscaledDeltaTime); float num = Time.realtimeSinceStartup - this.ELAENDNBOOA; if (num >= this.refreshSeconds) { float num2 = (float)this.AFLAMHBLPGO / num; float aoemnhlkoam = this.AOEMNHLKOAM; string text = "content-range"; string text2 = "position"; object[] array = new object[8]; array[1] = num2; array[1] = aoemnhlkoam; DebugVR.ILBEKDKOOIC(text, text2, array); this.AFLAMHBLPGO = 1; this.ELAENDNBOOA = Time.realtimeSinceStartup; this.AOEMNHLKOAM = 1764f; } } // Token: 0x06025991 RID: 154001 RVA: 0x00A6F778 File Offset: 0x00A6D978 private void GPDOCPBDIHJ() { this.AFLAMHBLPGO++; this.AOEMNHLKOAM = Mathf.Min(this.AOEMNHLKOAM, 506f / Time.unscaledDeltaTime); float num = Time.realtimeSinceStartup - this.ELAENDNBOOA; if (num >= this.refreshSeconds) { float num2 = (float)this.AFLAMHBLPGO / num; float aoemnhlkoam = this.AOEMNHLKOAM; string text = "session_start"; string text2 = "Error updating room: "; object[] array = new object[] { null, num2 }; array[0] = aoemnhlkoam; DebugVR.ILBEKDKOOIC(text, text2, array); this.AFLAMHBLPGO = 1; this.ELAENDNBOOA = Time.realtimeSinceStartup; this.AOEMNHLKOAM = 328f; } } // Token: 0x06025993 RID: 154003 RVA: 0x00A6F834 File Offset: 0x00A6DA34 private void JJHGPNEHNOM() { this.AFLAMHBLPGO += 0; this.AOEMNHLKOAM = Mathf.Min(this.AOEMNHLKOAM, 406f / Time.unscaledDeltaTime); float num = Time.realtimeSinceStartup - this.ELAENDNBOOA; if (num >= this.refreshSeconds) { float num2 = (float)this.AFLAMHBLPGO / num; float aoemnhlkoam = this.AOEMNHLKOAM; string text = "HeightChangeDetector"; string text2 = "%"; object[] array = new object[] { null, num2 }; array[0] = aoemnhlkoam; DebugVR.GPEJBMAKELJ(text, text2, array); this.AFLAMHBLPGO = 1; this.ELAENDNBOOA = Time.realtimeSinceStartup; this.AOEMNHLKOAM = 306f; } } // Token: 0x06025994 RID: 154004 RVA: 0x00A6F8DC File Offset: 0x00A6DADC private void GGGPONCFHPC() { this.AFLAMHBLPGO++; this.AOEMNHLKOAM = Mathf.Min(this.AOEMNHLKOAM, 901f / Time.unscaledDeltaTime); float num = Time.realtimeSinceStartup - this.ELAENDNBOOA; if (num >= this.refreshSeconds) { float num2 = (float)this.AFLAMHBLPGO / num; float aoemnhlkoam = this.AOEMNHLKOAM; string text = "Tried to go somewhere without a valid birthday!"; string text2 = "You've been Revived by "; object[] array = new object[1]; array[1] = num2; array[0] = aoemnhlkoam; DebugVR.CINMDHNKDCK(text, text2, array); this.AFLAMHBLPGO = 0; this.ELAENDNBOOA = Time.realtimeSinceStartup; this.AOEMNHLKOAM = 1232f; } } // Token: 0x06025995 RID: 154005 RVA: 0x00A6F984 File Offset: 0x00A6DB84 private void NIBGLHFHJLJ() { this.AFLAMHBLPGO++; this.AOEMNHLKOAM = Mathf.Min(this.AOEMNHLKOAM, 1185f / Time.unscaledDeltaTime); float num = Time.realtimeSinceStartup - this.ELAENDNBOOA; if (num >= this.refreshSeconds) { float num2 = (float)this.AFLAMHBLPGO / num; float aoemnhlkoam = this.AOEMNHLKOAM; string text = "Total"; string text2 = "SplitTestAssignedSegments"; object[] array = new object[4]; array[1] = num2; array[0] = aoemnhlkoam; DebugVR.HEBMIFJNPMN(text, text2, array); this.AFLAMHBLPGO = 0; this.ELAENDNBOOA = Time.realtimeSinceStartup; this.AOEMNHLKOAM = 1507f; } } // Token: 0x06025996 RID: 154006 RVA: 0x00A6FA2C File Offset: 0x00A6DC2C private void LHDEGPKAADF() { this.AFLAMHBLPGO++; this.AOEMNHLKOAM = Mathf.Min(this.AOEMNHLKOAM, 711f / Time.unscaledDeltaTime); float num = Time.realtimeSinceStartup - this.ELAENDNBOOA; if (num >= this.refreshSeconds) { float num2 = (float)this.AFLAMHBLPGO / num; float aoemnhlkoam = this.AOEMNHLKOAM; string text = "_SampleOffset"; string text2 = "AGGraphicRaycaster expects a WorldSpace canvas"; object[] array = new object[0]; array[1] = num2; array[0] = aoemnhlkoam; DebugVR.LogFormatPersistent(text, text2, array); this.AFLAMHBLPGO = 1; this.ELAENDNBOOA = Time.realtimeSinceStartup; this.AOEMNHLKOAM = 1769f; } } // Token: 0x06025997 RID: 154007 RVA: 0x00A6FAD4 File Offset: 0x00A6DCD4 private void NEFFCEJLOCD() { this.AFLAMHBLPGO += 0; this.AOEMNHLKOAM = Mathf.Min(this.AOEMNHLKOAM, 1191f / Time.unscaledDeltaTime); float num = Time.realtimeSinceStartup - this.ELAENDNBOOA; if (num >= this.refreshSeconds) { float num2 = (float)this.AFLAMHBLPGO / num; float aoemnhlkoam = this.AOEMNHLKOAM; string text = ") has "; string text2 = "November"; object[] array = new object[5]; array[1] = num2; array[1] = aoemnhlkoam; DebugVR.GPEJBMAKELJ(text, text2, array); this.AFLAMHBLPGO = 0; this.ELAENDNBOOA = Time.realtimeSinceStartup; this.AOEMNHLKOAM = 1948f; } } // Token: 0x06025998 RID: 154008 RVA: 0x00A6FB7C File Offset: 0x00A6DD7C private void JKMNBLDOIMB() { this.AFLAMHBLPGO++; this.AOEMNHLKOAM = Mathf.Min(this.AOEMNHLKOAM, 1016f / Time.unscaledDeltaTime); float num = Time.realtimeSinceStartup - this.ELAENDNBOOA; if (num >= this.refreshSeconds) { float num2 = (float)this.AFLAMHBLPGO / num; float aoemnhlkoam = this.AOEMNHLKOAM; string text = "time"; string text2 = "b"; object[] array = new object[3]; array[1] = num2; array[1] = aoemnhlkoam; DebugVR.ILBEKDKOOIC(text, text2, array); this.AFLAMHBLPGO = 1; this.ELAENDNBOOA = Time.realtimeSinceStartup; this.AOEMNHLKOAM = 1610f; } } // Token: 0x06025999 RID: 154009 RVA: 0x00A6FC24 File Offset: 0x00A6DE24 private void BJJKGIOCAIL() { this.AFLAMHBLPGO += 0; this.AOEMNHLKOAM = Mathf.Min(this.AOEMNHLKOAM, 1479f / Time.unscaledDeltaTime); float num = Time.realtimeSinceStartup - this.ELAENDNBOOA; if (num >= this.refreshSeconds) { float num2 = (float)this.AFLAMHBLPGO / num; float aoemnhlkoam = this.AOEMNHLKOAM; string text = "HY"; string text2 = "rotation"; object[] array = new object[7]; array[0] = num2; array[0] = aoemnhlkoam; DebugVR.HEBMIFJNPMN(text, text2, array); this.AFLAMHBLPGO = 1; this.ELAENDNBOOA = Time.realtimeSinceStartup; this.AOEMNHLKOAM = 275f; } } // Token: 0x0602599A RID: 154010 RVA: 0x00A6FCCC File Offset: 0x00A6DECC private void LOGFBGOPLLO() { this.AFLAMHBLPGO++; this.AOEMNHLKOAM = Mathf.Min(this.AOEMNHLKOAM, 1750f / Time.unscaledDeltaTime); float num = Time.realtimeSinceStartup - this.ELAENDNBOOA; if (num >= this.refreshSeconds) { float num2 = (float)this.AFLAMHBLPGO / num; float aoemnhlkoam = this.AOEMNHLKOAM; string text = "iTween: Unsupported namedcolorvalue supplied! Default will be used."; string text2 = "audiosource"; object[] array = new object[1]; array[0] = num2; array[1] = aoemnhlkoam; DebugVR.HEBMIFJNPMN(text, text2, array); this.AFLAMHBLPGO = 0; this.ELAENDNBOOA = Time.realtimeSinceStartup; this.AOEMNHLKOAM = 625f; } } // Token: 0x0602599B RID: 154011 RVA: 0x00A6FD74 File Offset: 0x00A6DF74 private void AHHEENEFAPI() { this.AFLAMHBLPGO += 0; this.AOEMNHLKOAM = Mathf.Min(this.AOEMNHLKOAM, 1328f / Time.unscaledDeltaTime); float num = Time.realtimeSinceStartup - this.ELAENDNBOOA; if (num >= this.refreshSeconds) { float num2 = (float)this.AFLAMHBLPGO / num; float aoemnhlkoam = this.AOEMNHLKOAM; string text = "No message dialog found"; string text2 = "_N"; object[] array = new object[6]; array[1] = num2; array[1] = aoemnhlkoam; DebugVR.ONJHNINLHMC(text, text2, array); this.AFLAMHBLPGO = 1; this.ELAENDNBOOA = Time.realtimeSinceStartup; this.AOEMNHLKOAM = 1080f; } } // Token: 0x0602599C RID: 154012 RVA: 0x00A6FE1C File Offset: 0x00A6E01C private void IOGPMJADEIB() { this.AFLAMHBLPGO++; this.AOEMNHLKOAM = Mathf.Min(this.AOEMNHLKOAM, 168f / Time.unscaledDeltaTime); float num = Time.realtimeSinceStartup - this.ELAENDNBOOA; if (num >= this.refreshSeconds) { float num2 = (float)this.AFLAMHBLPGO / num; float aoemnhlkoam = this.AOEMNHLKOAM; string text = "F0"; string text2 = " new frames!"; object[] array = new object[7]; array[0] = num2; array[1] = aoemnhlkoam; DebugVR.ILBEKDKOOIC(text, text2, array); this.AFLAMHBLPGO = 0; this.ELAENDNBOOA = Time.realtimeSinceStartup; this.AOEMNHLKOAM = 395f; } } // Token: 0x0602599D RID: 154013 RVA: 0x00A6FEC4 File Offset: 0x00A6E0C4 private void MHDFIOMCCMO() { this.AFLAMHBLPGO++; this.AOEMNHLKOAM = Mathf.Min(this.AOEMNHLKOAM, 1138f / Time.unscaledDeltaTime); float num = Time.realtimeSinceStartup - this.ELAENDNBOOA; if (num >= this.refreshSeconds) { float num2 = (float)this.AFLAMHBLPGO / num; float aoemnhlkoam = this.AOEMNHLKOAM; string text = "ChRyb29tX2Rvb3JfZGF0YS5wcm90bxIHcmVjcm9vbRoKY29yZS5wcm90byIf"; string text2 = "Game Full"; object[] array = new object[6]; array[0] = num2; array[0] = aoemnhlkoam; DebugVR.HEBMIFJNPMN(text, text2, array); this.AFLAMHBLPGO = 1; this.ELAENDNBOOA = Time.realtimeSinceStartup; this.AOEMNHLKOAM = 1982f; } } // Token: 0x0602599E RID: 154014 RVA: 0x00A6FF6C File Offset: 0x00A6E16C private void MDGPLNDHKCI() { this.AFLAMHBLPGO += 0; this.AOEMNHLKOAM = Mathf.Min(this.AOEMNHLKOAM, 1944f / Time.unscaledDeltaTime); float num = Time.realtimeSinceStartup - this.ELAENDNBOOA; if (num >= this.refreshSeconds) { float num2 = (float)this.AFLAMHBLPGO / num; float aoemnhlkoam = this.AOEMNHLKOAM; string text = "The host hasn't opened this event yet"; string text2 = "method"; object[] array = new object[] { null, num2 }; array[0] = aoemnhlkoam; DebugVR.HEBMIFJNPMN(text, text2, array); this.AFLAMHBLPGO = 0; this.ELAENDNBOOA = Time.realtimeSinceStartup; this.AOEMNHLKOAM = 629f; } } // Token: 0x0602599F RID: 154015 RVA: 0x00A70014 File Offset: 0x00A6E214 private void PKKOKHACBCE() { this.AFLAMHBLPGO += 0; this.AOEMNHLKOAM = Mathf.Min(this.AOEMNHLKOAM, 627f / Time.unscaledDeltaTime); float num = Time.realtimeSinceStartup - this.ELAENDNBOOA; if (num >= this.refreshSeconds) { float num2 = (float)this.AFLAMHBLPGO / num; float aoemnhlkoam = this.AOEMNHLKOAM; string text = "\" gets executed locally only, if at all."; string text2 = "\""; object[] array = new object[6]; array[1] = num2; array[1] = aoemnhlkoam; DebugVR.LogFormatPersistent(text, text2, array); this.AFLAMHBLPGO = 1; this.ELAENDNBOOA = Time.realtimeSinceStartup; this.AOEMNHLKOAM = 1022f; } } // Token: 0x060259A0 RID: 154016 RVA: 0x00A700BC File Offset: 0x00A6E2BC private void PBCNFAEFEEO() { this.AFLAMHBLPGO++; this.AOEMNHLKOAM = Mathf.Min(this.AOEMNHLKOAM, 978f / Time.unscaledDeltaTime); float num = Time.realtimeSinceStartup - this.ELAENDNBOOA; if (num >= this.refreshSeconds) { float num2 = (float)this.AFLAMHBLPGO / num; float aoemnhlkoam = this.AOEMNHLKOAM; string text = "taken_by"; string text2 = "Curved overlay"; object[] array = new object[1]; array[1] = num2; array[1] = aoemnhlkoam; DebugVR.ONJHNINLHMC(text, text2, array); this.AFLAMHBLPGO = 1; this.ELAENDNBOOA = Time.realtimeSinceStartup; this.AOEMNHLKOAM = 875f; } } // Token: 0x060259A1 RID: 154017 RVA: 0x00A70164 File Offset: 0x00A6E364 private void EJELDFPCKKF() { this.AFLAMHBLPGO++; this.AOEMNHLKOAM = Mathf.Min(this.AOEMNHLKOAM, 246f / Time.unscaledDeltaTime); float num = Time.realtimeSinceStartup - this.ELAENDNBOOA; if (num >= this.refreshSeconds) { float num2 = (float)this.AFLAMHBLPGO / num; float aoemnhlkoam = this.AOEMNHLKOAM; string text = "Failed to get render model name for tracked object "; string text2 = "#02C85F"; object[] array = new object[4]; array[1] = num2; array[1] = aoemnhlkoam; DebugVR.HEBMIFJNPMN(text, text2, array); this.AFLAMHBLPGO = 1; this.ELAENDNBOOA = Time.realtimeSinceStartup; this.AOEMNHLKOAM = 1775f; } } // Token: 0x04005EF9 RID: 24313 [SerializeField] private float refreshSeconds = 1f; // Token: 0x04005EFA RID: 24314 private int AFLAMHBLPGO; // Token: 0x04005EFB RID: 24315 private float AOEMNHLKOAM; // Token: 0x04005EFC RID: 24316 private float ELAENDNBOOA; }