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
Renderer.cs
Go to the documentation of this file.
1using System;
4
5namespace UnityEngine
6{
7 // Token: 0x02000045 RID: 69
10 [NativeHeader("Runtime/Graphics/Renderer.h")]
11 [NativeHeader("Runtime/Graphics/GraphicsScriptBindings.h")]
12 public class Renderer : Component
13 {
14 // Token: 0x060000A0 RID: 160 RVA: 0x00002CE4 File Offset: 0x00000EE4
15 [FreeFunction(Name = "RendererScripting::GetMaterial", HasExplicitThis = true)]
17 {
18 throw new MissingMethodException();
19 }
20
21 // Token: 0x060000A1 RID: 161 RVA: 0x00002CF8 File Offset: 0x00000EF8
22 [FreeFunction(Name = "RendererScripting::GetSharedMaterial", HasExplicitThis = true)]
24 {
25 throw new MissingMethodException();
26 }
27
28 // Token: 0x060000A2 RID: 162 RVA: 0x00002D0C File Offset: 0x00000F0C
29 [FreeFunction(Name = "RendererScripting::SetMaterial", HasExplicitThis = true)]
30 private void SetMaterial(Material m)
31 {
32 throw new MissingMethodException();
33 }
34
35 // Token: 0x060000A3 RID: 163 RVA: 0x00002D20 File Offset: 0x00000F20
36 [FreeFunction(Name = "RendererScripting::SetMaterialArray", HasExplicitThis = true)]
37 private void SetMaterialArray([NotNull("ArgumentNullException")] Material[] m)
38 {
39 throw new MissingMethodException();
40 }
41
42 // Token: 0x17000021 RID: 33
43 // (get) Token: 0x060000A4 RID: 164 RVA: 0x00002D34 File Offset: 0x00000F34
44 public int sortingLayerID
45 {
46 get
47 {
48 throw new MissingMethodException();
49 }
50 }
51
52 // Token: 0x17000022 RID: 34
53 // (get) Token: 0x060000A5 RID: 165 RVA: 0x00002D48 File Offset: 0x00000F48
54 // (set) Token: 0x060000A6 RID: 166 RVA: 0x00002D5C File Offset: 0x00000F5C
55 public int sortingOrder
56 {
57 get
58 {
59 throw new MissingMethodException();
60 }
61 set
62 {
63 throw new MissingMethodException();
64 }
65 }
66
67 // Token: 0x17000023 RID: 35
68 // (set) Token: 0x060000A7 RID: 167 RVA: 0x00002D70 File Offset: 0x00000F70
70 {
71 set
72 {
73 throw new MissingMethodException();
74 }
75 }
76
77 // Token: 0x17000024 RID: 36
78 // (get) Token: 0x060000A8 RID: 168 RVA: 0x00002D84 File Offset: 0x00000F84
79 // (set) Token: 0x060000A9 RID: 169 RVA: 0x00002D98 File Offset: 0x00000F98
81 {
82 get
83 {
84 throw new MissingMethodException();
85 }
86 set
87 {
88 throw new MissingMethodException();
89 }
90 }
91
92 // Token: 0x17000025 RID: 37
93 // (get) Token: 0x060000AA RID: 170 RVA: 0x00002DAC File Offset: 0x00000FAC
94 // (set) Token: 0x060000AB RID: 171 RVA: 0x00002DC0 File Offset: 0x00000FC0
96 {
97 get
98 {
99 throw new MissingMethodException();
100 }
101 set
102 {
103 throw new MissingMethodException();
104 }
105 }
106 }
107}
class f__AnonymousType0<< Count > j__TPar
Material sharedMaterial
Definition Renderer.cs:96
Material GetSharedMaterial()
Definition Renderer.cs:23
Material[] materials
Definition Renderer.cs:70
void SetMaterialArray([NotNull("ArgumentNullException")] Material[] m)
Definition Renderer.cs:37
Material GetMaterial()
Definition Renderer.cs:16
void SetMaterial(Material m)
Definition Renderer.cs:30