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
Gizmos.cs
Go to the documentation of this file.
1using System;
3
4namespace UnityEngine
5{
6 // Token: 0x020000D9 RID: 217
7 [StaticAccessor("GizmoBindings", StaticAccessorType.DoubleColon)]
8 [NativeHeader("Runtime/Export/Gizmos/Gizmos.bindings.h")]
9 public sealed class Gizmos
10 {
11 // Token: 0x06000474 RID: 1140 RVA: 0x000083B4 File Offset: 0x000065B4
13 public static void DrawLine(Vector3 from, Vector3 to)
14 {
15 throw new MissingMethodException();
16 }
17
18 // Token: 0x06000475 RID: 1141 RVA: 0x000083C8 File Offset: 0x000065C8
20 public static void DrawSphere(Vector3 center, float radius)
21 {
22 throw new MissingMethodException();
23 }
24
25 // Token: 0x170000E2 RID: 226
26 // (set) Token: 0x06000476 RID: 1142 RVA: 0x000083DC File Offset: 0x000065DC
27 public static Color color
28 {
29 set
30 {
31 throw new MissingMethodException();
32 }
33 }
34
35 // Token: 0x06000477 RID: 1143 RVA: 0x000083F0 File Offset: 0x000065F0
36 private static void DrawLine_Injected(Vector3 from, Vector3 to)
37 {
38 throw new MissingMethodException();
39 }
40
41 // Token: 0x06000478 RID: 1144 RVA: 0x00008404 File Offset: 0x00006604
42 private static void DrawSphere_Injected(Vector3 center, float radius)
43 {
44 throw new MissingMethodException();
45 }
46
47 // Token: 0x06000479 RID: 1145 RVA: 0x00008418 File Offset: 0x00006618
48 private static void set_color_Injected(Color value)
49 {
50 throw new MissingMethodException();
51 }
52 }
53}
class f__AnonymousType0<< Count > j__TPar
static void DrawSphere_Injected(Vector3 center, float radius)
Definition Gizmos.cs:42
static void set_color_Injected(Color value)
Definition Gizmos.cs:48
static Color color
Definition Gizmos.cs:28
static void DrawSphere(Vector3 center, float radius)
Definition Gizmos.cs:20
static void DrawLine(Vector3 from, Vector3 to)
Definition Gizmos.cs:13
static void DrawLine_Injected(Vector3 from, Vector3 to)
Definition Gizmos.cs:36