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
Outline.cs
Go to the documentation of this file.
1using System;
6
7namespace UnityEngine.UI
8{
9 [AddComponentMenu("UI/Effects/Outline", 81)]
10 [global::Cpp2ILInjected.Token(Token = "0x2000084")]
11 public class Outline : Shadow
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x600052E")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1FE1E18", Offset = "0x1FE1E18", Length = "0x8")]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Shadow), Member = ".ctor", ReturnType = typeof(void))]
17 protected Outline()
18 {
19 throw null;
20 }
21
22 [global::Cpp2ILInjected.Token(Token = "0x600052F")]
23 [global::Cpp2ILInjected.Address(RVA = "0x1FE1E20", Offset = "0x1FE1E20", Length = "0xC34")]
24 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
25 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
26 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CollectionPool<object, UIVertex>), Member = "Get", ReturnType = "TCollection")]
27 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(VertexHelper), Member = "GetUIVertexStream", MemberParameters = new object[] { typeof(List<UIVertex>) }, ReturnType = typeof(void))]
28 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<UIVertex>), Member = "get_Capacity", ReturnType = typeof(int))]
29 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<UIVertex>), Member = "set_Capacity", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
30 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Shadow), Member = "ApplyShadowZeroAlloc", MemberParameters = new object[]
31 {
34 typeof(int),
35 typeof(int),
36 typeof(float),
37 typeof(float)
38 }, ReturnType = typeof(void))]
39 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(VertexHelper), Member = "Clear", ReturnType = typeof(void))]
40 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(VertexHelper), Member = "AddUIVertexTriangleStream", MemberParameters = new object[] { typeof(List<UIVertex>) }, ReturnType = typeof(void))]
41 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CollectionPool<object, UIVertex>), Member = "Release", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
42 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 24)]
43 public override void ModifyMesh(VertexHelper vh)
44 {
45 throw null;
46 }
47 }
48}
class f__AnonymousType0<< Count > j__TPar
override void ModifyMesh(VertexHelper vh)
Definition Outline.cs:43