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
SpriteBone.cs
Go to the documentation of this file.
1using System;
6
7namespace UnityEngine.U2D
8{
9 [NativeHeader("Runtime/2D/Common/SpriteDataAccess.h")]
10 [NativeType(CodegenOptions.Custom, "ScriptingSpriteBone")]
12 [MovedFrom("UnityEngine.Experimental.U2D")]
13 [NativeHeader("Runtime/2D/Common/SpriteDataMarshalling.h")]
14 [global::Cpp2ILInjected.Token(Token = "0x20000EC")]
16 public struct SpriteBone
17 {
18 [NativeName("name")]
20 [global::Cpp2ILInjected.Token(Token = "0x4000400")]
21 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
22 private string m_Name;
23
25 [NativeName("guid")]
26 [global::Cpp2ILInjected.Token(Token = "0x4000401")]
27 [global::Cpp2ILInjected.FieldOffset(Offset = "0x8")]
28 private string m_Guid;
29
30 [NativeName("position")]
32 [global::Cpp2ILInjected.Token(Token = "0x4000402")]
33 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
35
37 [NativeName("rotation")]
38 [global::Cpp2ILInjected.Token(Token = "0x4000403")]
39 [global::Cpp2ILInjected.FieldOffset(Offset = "0x1C")]
41
42 [NativeName("length")]
44 [global::Cpp2ILInjected.Token(Token = "0x4000404")]
45 [global::Cpp2ILInjected.FieldOffset(Offset = "0x2C")]
46 private float m_Length;
47
48 [NativeName("parentId")]
50 [global::Cpp2ILInjected.Token(Token = "0x4000405")]
51 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
52 private int m_ParentId;
53
55 [NativeName("color")]
56 [global::Cpp2ILInjected.Token(Token = "0x4000406")]
57 [global::Cpp2ILInjected.FieldOffset(Offset = "0x34")]
59 }
60}
class f__AnonymousType0<< Count > j__TPar