terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
Time.cs
Go to the documentation of this file.
1using System;
3
4namespace UnityEngine
5{
6 // Token: 0x02000091 RID: 145
7 [NativeHeader("Runtime/Input/TimeManager.h")]
8 [StaticAccessor("GetTimeManager()", StaticAccessorType.Dot)]
9 public class Time
10 {
11 // Token: 0x17000090 RID: 144
12 // (get) Token: 0x06000287 RID: 647 RVA: 0x00005B2C File Offset: 0x00003D2C
13 public static float deltaTime
14 {
15 get
16 {
17 throw new MissingMethodException();
18 }
19 }
20
21 // Token: 0x17000091 RID: 145
22 // (get) Token: 0x06000288 RID: 648 RVA: 0x00005B40 File Offset: 0x00003D40
23 public static float unscaledTime
24 {
25 get
26 {
27 throw new MissingMethodException();
28 }
29 }
30
31 // Token: 0x17000092 RID: 146
32 // (get) Token: 0x06000289 RID: 649 RVA: 0x00005B54 File Offset: 0x00003D54
33 public static float unscaledDeltaTime
34 {
35 get
36 {
37 throw new MissingMethodException();
38 }
39 }
40
41 // Token: 0x17000093 RID: 147
42 // (get) Token: 0x0600028A RID: 650 RVA: 0x00005B68 File Offset: 0x00003D68
43 public static float fixedDeltaTime
44 {
45 get
46 {
47 throw new MissingMethodException();
48 }
49 }
50
51 // Token: 0x17000094 RID: 148
52 // (get) Token: 0x0600028B RID: 651 RVA: 0x00005B7C File Offset: 0x00003D7C
53 // (set) Token: 0x0600028C RID: 652 RVA: 0x00005B90 File Offset: 0x00003D90
54 public static float timeScale
55 {
56 get
57 {
58 throw new MissingMethodException();
59 }
60 set
61 {
62 throw new MissingMethodException();
63 }
64 }
65
66 // Token: 0x17000095 RID: 149
67 // (get) Token: 0x0600028D RID: 653 RVA: 0x00005BA4 File Offset: 0x00003DA4
68 public static int frameCount
69 {
70 get
71 {
72 throw new MissingMethodException();
73 }
74 }
75
76 // Token: 0x17000096 RID: 150
77 // (get) Token: 0x0600028E RID: 654 RVA: 0x00005BB8 File Offset: 0x00003DB8
78 [NativeProperty("Realtime")]
79 public static float realtimeSinceStartup
80 {
81 get
82 {
83 throw new MissingMethodException();
84 }
85 }
86 }
87}
class f__AnonymousType0<< Count > j__TPar
static float fixedDeltaTime
Definition Time.cs:44
static float realtimeSinceStartup
Definition Time.cs:80
static int frameCount
Definition Time.cs:69
static float deltaTime
Definition Time.cs:14
static float timeScale
Definition Time.cs:55
static float unscaledDeltaTime
Definition Time.cs:34
static float unscaledTime
Definition Time.cs:24