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
SpriteRenderer.cs
Go to the documentation of this file.
1using System;
6
7namespace UnityEngine
8{
9 // Token: 0x020000E7 RID: 231
11 [NativeType("Runtime/Graphics/Mesh/SpriteRenderer.h")]
12 public sealed class SpriteRenderer : Renderer
13 {
14 // Token: 0x060004EB RID: 1259 RVA: 0x00008EE0 File Offset: 0x000070E0
16 private void InvokeSpriteChanged()
17 {
18 if (this.m_SpriteChangeEvent != null)
19 {
20 }
21 }
22
23 // Token: 0x17000100 RID: 256
24 // (get) Token: 0x060004EC RID: 1260 RVA: 0x00008EF8 File Offset: 0x000070F8
25 // (set) Token: 0x060004ED RID: 1261 RVA: 0x00008F0C File Offset: 0x0000710C
27 {
28 get
29 {
30 throw new MissingMethodException();
31 }
32 set
33 {
34 throw new MissingMethodException();
35 }
36 }
37
38 // Token: 0x17000101 RID: 257
39 // (get) Token: 0x060004EE RID: 1262 RVA: 0x00008F20 File Offset: 0x00007120
40 // (set) Token: 0x060004EF RID: 1263 RVA: 0x00008F34 File Offset: 0x00007134
41 public Color color
42 {
43 get
44 {
45 throw new MissingMethodException();
46 }
47 set
48 {
49 throw new MissingMethodException();
50 }
51 }
52
53 // Token: 0x060004F0 RID: 1264 RVA: 0x00008F48 File Offset: 0x00007148
54 private void get_color_Injected([Out] Color ret)
55 {
56 throw new MissingMethodException();
57 }
58
59 // Token: 0x060004F1 RID: 1265 RVA: 0x00008F5C File Offset: 0x0000715C
61 {
62 throw new MissingMethodException();
63 }
64
65 // Token: 0x040003FC RID: 1020
67 }
68}
class f__AnonymousType0<< Count > j__TPar
void get_color_Injected([Out] Color ret)
UnityEvent< SpriteRenderer > m_SpriteChangeEvent
void set_color_Injected(Color value)