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.
1
using
System
;
2
using
UnityEngine.Bindings
;
3
using
UnityEngine.Scripting
;
4
5
namespace
UnityEngine
6
{
7
// Token: 0x02000045 RID: 69
8
[
RequireComponent
(
typeof
(
Transform
))]
9
[
UsedByNativeCode
]
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
)]
16
private
Material
GetMaterial
()
17
{
18
throw
new
MissingMethodException
();
19
}
20
21
// Token: 0x060000A1 RID: 161 RVA: 0x00002CF8 File Offset: 0x00000EF8
22
[
FreeFunction
(
Name
=
"RendererScripting::GetSharedMaterial"
, HasExplicitThis =
true
)]
23
private
Material
GetSharedMaterial
()
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
69
public
Material
[]
materials
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
80
public
Material
material
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
95
public
Material
sharedMaterial
96
{
97
get
98
{
99
throw
new
MissingMethodException
();
100
}
101
set
102
{
103
throw
new
MissingMethodException
();
104
}
105
}
106
}
107
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.MissingMethodException
Definition
MissingMethodException.cs:9
UnityEngine.Component
Definition
Component.cs:16
UnityEngine.Material
Definition
Material.cs:14
UnityEngine.Renderer.sortingOrder
int sortingOrder
Definition
Renderer.cs:56
UnityEngine.Renderer.sharedMaterial
Material sharedMaterial
Definition
Renderer.cs:96
UnityEngine.Renderer.GetSharedMaterial
Material GetSharedMaterial()
Definition
Renderer.cs:23
UnityEngine.Renderer.sortingLayerID
int sortingLayerID
Definition
Renderer.cs:45
UnityEngine.Renderer.materials
Material[] materials
Definition
Renderer.cs:70
UnityEngine.Renderer.SetMaterialArray
void SetMaterialArray([NotNull("ArgumentNullException")] Material[] m)
Definition
Renderer.cs:37
UnityEngine.Renderer.material
Material material
Definition
Renderer.cs:81
UnityEngine.Renderer.GetMaterial
Material GetMaterial()
Definition
Renderer.cs:16
UnityEngine.Renderer.SetMaterial
void SetMaterial(Material m)
Definition
Renderer.cs:30
UnityEngine.Renderer
Definition
Renderer.cs:13
UnityEngine.RequireComponent
Definition
RequireComponent.cs:10
UnityEngine.Transform
Definition
Transform.cs:17
System.TypeNameKind.Name
@ Name
System
Definition
__ComObject.cs:4
UnityEngine.Bindings
Definition
CodegenOptions.cs:4
UnityEngine.Scripting
Definition
MovedFromAttribute.cs:4
UnityEngine
Definition
_AndroidJNIHelper.cs:6
source
UnityEngine.CoreModule
UnityEngine
Renderer.cs
Generated by
1.10.0