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
ScreenshotTool.cs
Go to the documentation of this file.
1using System;
2using UnityEngine;
3
4// Token: 0x02000308 RID: 776
6{
7 // Token: 0x170001AD RID: 429
8 // (get) Token: 0x060011FF RID: 4607 RVA: 0x00057C34 File Offset: 0x00055E34
9 // (set) Token: 0x06001200 RID: 4608 RVA: 0x00057C48 File Offset: 0x00055E48
11 {
12 get
13 {
14 return this.useControllerInput;
15 }
16 set
17 {
18 }
19 }
20
21 // Token: 0x170001AE RID: 430
22 // (get) Token: 0x06001201 RID: 4609 RVA: 0x00057C58 File Offset: 0x00055E58
24 {
25 get
26 {
27 if (this.TakeScreenShot)
28 {
29 float num = this.delayRemaining;
30 float deltaTime = Time.deltaTime;
31 bool lastTakeShot = this.LastTakeShot;
32 float initialDelay = this.InitialDelay;
34 return;
35 }
36 }
37 }
38
39 // Token: 0x06001202 RID: 4610 RVA: 0x00057C9C File Offset: 0x00055E9C
40 private void Awake()
41 {
42 }
43
44 // Token: 0x170001AF RID: 431
45 // (get) Token: 0x06001203 RID: 4611 RVA: 0x00057CAC File Offset: 0x00055EAC
46 // (set) Token: 0x06001204 RID: 4612 RVA: 0x00057CC0 File Offset: 0x00055EC0
48 {
49 get
50 {
51 return this._activeScreenshot;
52 }
53 set
54 {
56 }
57 }
58
59 // Token: 0x06001205 RID: 4613 RVA: 0x00057CD4 File Offset: 0x00055ED4
61 {
62 }
63
64 // Token: 0x04002189 RID: 8585
65 public static ScreenshotTool Instance;
66
67 // Token: 0x0400218A RID: 8586
68 public bool TakeScreenShot;
69
70 // Token: 0x0400218B RID: 8587
71 public float InitialDelay;
72
73 // Token: 0x0400218C RID: 8588
74 private bool LastTakeShot;
75
76 // Token: 0x0400218D RID: 8589
77 private float delayRemaining;
78
79 // Token: 0x0400218E RID: 8590
80 private bool useControllerInput;
81
82 // Token: 0x0400218F RID: 8591
84
85 // Token: 0x04002190 RID: 8592
87}
class f__AnonymousType0<< Count > j__TPar
ScreenshotSetup _activeScreenshot
bool TakeScreenShotThisFrame
static ScreenshotTool Instance
ScreenshotSetup ActiveScreenshot
ScreenshotSetup[] Definitions
static float deltaTime
Definition Time.cs:14