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
AxisEventData.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000090 RID: 144
8 {
9 // Token: 0x17000169 RID: 361
10 // (get) Token: 0x06000580 RID: 1408 RVA: 0x00010F04 File Offset: 0x0000F104
11 // (set) Token: 0x06000581 RID: 1409 RVA: 0x00010F2C File Offset: 0x0000F12C
13 {
15 get
16 {
17 float x = this.<moveVector>k__BackingField.x;
18 float y = this.<moveVector>k__BackingField.y;
19 Vector2 vector;
20 return vector;
21 }
23 set
24 {
25 }
26 }
27
28 // Token: 0x1700016A RID: 362
29 // (get) Token: 0x06000582 RID: 1410 RVA: 0x00010F3C File Offset: 0x0000F13C
30 // (set) Token: 0x06000583 RID: 1411 RVA: 0x00010F50 File Offset: 0x0000F150
32 {
34 get
35 {
36 return this.<moveDir>k__BackingField;
37 }
39 set
40 {
42 }
43 }
44
45 // Token: 0x06000584 RID: 1412 RVA: 0x00010F64 File Offset: 0x0000F164
46 public AxisEventData(EventSystem eventSystem)
47 {
48 this.m_EventSystem = eventSystem;
50 }
51
52 // Token: 0x04000287 RID: 647
54 private Vector2 <moveVector>k__BackingField;
55
56 // Token: 0x04000288 RID: 648
58 private MoveDirection <moveDir>k__BackingField;
59 }
60}
class f__AnonymousType0<< Count > j__TPar
AxisEventData(EventSystem eventSystem)
MoveDirection< moveDir > k__BackingField