terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches

◆ color

Color UnityEngine.Material.color
getset

Definition at line 122 of file Material.cs.

123 {
124 [global::Cpp2ILInjected.Token(Token = "0x600019D")]
125 [global::Cpp2ILInjected.Address(RVA = "0x1F74304", Offset = "0x1F74304", Length = "0x8C")]
126 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
127 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InterfaceMovement.Button", Member = "Update", ReturnType = typeof(void))]
128 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
129 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Material), Member = "GetColorImpl", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(Color))]
130 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Material), Member = "GetColor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(Color))]
131 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
132 get
133 {
134 throw null;
135 }
136 [global::Cpp2ILInjected.Token(Token = "0x600019E")]
137 [global::Cpp2ILInjected.Address(RVA = "0x1F74424", Offset = "0x1F74424", Length = "0xD4")]
138 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
139 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "VirtualDeviceExample.VirtualDeviceExample", Member = "Update", ReturnType = typeof(void))]
140 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "TouchExample.CubeController", Member = "Update", ReturnType = typeof(void))]
141 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "MultiplayerWithBindingsExample.Player", Member = "Update", ReturnType = typeof(void))]
142 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "MultiplayerBasicExample.Player", Member = "Update", ReturnType = typeof(void))]
143 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InterfaceMovement.Button", Member = "Update", ReturnType = typeof(void))]
144 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "BindingsExample.BindingsExample", Member = "Update", ReturnType = typeof(void))]
145 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "BasicExample.BasicExample", Member = "Update", ReturnType = typeof(void))]
146 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 9)]
147 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Material), Member = "SetColorImpl", MemberParameters = new object[]
148 {
149 typeof(int),
151 }, ReturnType = typeof(void))]
152 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Material), Member = "SetColor", MemberParameters = new object[]
153 {
154 typeof(string),
156 }, ReturnType = typeof(void))]
157 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
158 set
159 {
160 throw null;
161 }
162 }
class f__AnonymousType0<< Count > j__TPar
Material(Shader shader)
Definition Material.cs:68