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
AmbientSkyDrawCache.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000AF8 RID: 2808
6 public class AmbientSkyDrawCache
7 {
8 // Token: 0x0600523A RID: 21050 RVA: 0x002828AC File Offset: 0x00280AAC
9 public void SetUnderworldInfo(int drawIndex, float scale)
10 {
12 }
13
14 // Token: 0x0600523B RID: 21051 RVA: 0x002828C0 File Offset: 0x00280AC0
16 {
17 }
18
19 // Token: 0x0600523C RID: 21052 RVA: 0x002828D0 File Offset: 0x00280AD0
21 {
22 }
23
24 // Token: 0x0600523D RID: 21053 RVA: 0x002828E4 File Offset: 0x00280AE4
25 // Note: this type is marked as 'beforefieldinit'.
27 {
28 }
29
30 // Token: 0x04008A7D RID: 35453
32
33 // Token: 0x04008A7E RID: 35454
35
36 // Token: 0x04008A7F RID: 35455
38
39 // Token: 0x02000AF9 RID: 2809
40 public struct UnderworldCache
41 {
42 // Token: 0x04008A80 RID: 35456
43 public float Scale;
44 }
45
46 // Token: 0x02000AFA RID: 2810
47 public struct OceanLineCache
48 {
49 // Token: 0x04008A81 RID: 35457
50 public float YScreenPosition;
51
52 // Token: 0x04008A82 RID: 35458
53 public float OceanOpacity;
54 }
55 }
56}
class f__AnonymousType0<< Count > j__TPar
AmbientSkyDrawCache.OceanLineCache OceanLineInfo
AmbientSkyDrawCache.UnderworldCache[] Underworld
void SetUnderworldInfo(int drawIndex, float scale)
void SetOceanLineInfo(float yScreenPosition, float oceanOpacity)