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
MaterialExtensions.cs
Go to the documentation of this file.
1using System;
4using UnityEngine;
5
6[global::Cpp2ILInjected.Token(Token = "0x20002FE")]
7public static class MaterialExtensions
8{
9 [global::Cpp2ILInjected.Token(Token = "0x60011C3")]
10 [global::Cpp2ILInjected.Address(RVA = "0xA6EB50", Offset = "0xA6EB50", Length = "0x9C")]
11 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
12 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::UnityEngine.Object), Member = "op_Inequality", MemberParameters = new object[]
13 {
14 typeof(global::UnityEngine.Object),
15 typeof(global::UnityEngine.Object)
16 }, ReturnType = typeof(bool))]
17 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Material), Member = ".ctor", MemberParameters = new object[] { typeof(Material) }, ReturnType = typeof(void))]
18 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
19 public static Material CloneMaterial(this Material material)
20 {
21 throw null;
22 }
23}
class f__AnonymousType0<< Count > j__TPar
static Material CloneMaterial(this Material material)