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
LayerMask.cs
Go to the documentation of this file.
1using System;
6
7namespace UnityEngine
8{
9 [NativeHeader("Runtime/BaseClasses/TagManager.h")]
10 [NativeClass("BitField", "struct BitField;")]
11 [RequiredByNativeCode(Optional = true, GenerateProxy = true)]
12 [NativeHeader("Runtime/BaseClasses/BitField.h")]
13 [global::Cpp2ILInjected.Token(Token = "0x20000A6")]
14 public struct LayerMask
15 {
16 [global::Cpp2ILInjected.Token(Token = "0x6000309")]
17 [global::Cpp2ILInjected.Address(RVA = "0x1F7B7F4", Offset = "0x1F7B7F4", Length = "0x4")]
18 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.GraphicRaycaster", Member = "Raycast", MemberParameters = new object[] { "UnityEngine.EventSystems.PointerEventData", "System.Collections.Generic.List`1<RaycastResult>" }, ReturnType = typeof(void))]
19 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.EventSystems.PhysicsRaycaster", Member = "get_finalEventMask", ReturnType = typeof(int))]
20 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
21 public static implicit operator int(LayerMask mask)
22 {
23 throw null;
24 }
25
26 [global::Cpp2ILInjected.Token(Token = "0x600030A")]
27 [global::Cpp2ILInjected.Address(RVA = "0x1F7B7F8", Offset = "0x1F7B7F8", Length = "0x8")]
28 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.GraphicRaycaster", Member = ".ctor", ReturnType = typeof(void))]
29 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.EventSystems.Physics2DRaycaster", Member = ".ctor", ReturnType = typeof(void))]
30 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.EventSystems.PhysicsRaycaster", Member = ".ctor", ReturnType = typeof(void))]
31 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
32 public static implicit operator LayerMask(int intVal)
33 {
34 throw null;
35 }
36
37 [NativeName("m_Bits")]
38 [global::Cpp2ILInjected.Token(Token = "0x4000363")]
39 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
40 private int m_Mask;
41 }
42}
class f__AnonymousType0<< Count > j__TPar