terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ Copy()

void Panel_Layout.Copy ( Panel_Layout other)
inline

Definition at line 10 of file Panel_Layout.cs.

11 {
15 Vector2 location = other.Location;
16 this.Location = location;
17 Vector2 size = other.Size;
18 this.Size = size;
19 bool anchorForSize = other.AnchorForSize;
21 Color backingColor = other.BackingColor;
23 Color borderColor = other.BorderColor;
25 Color highlightColor = other.HighlightColor;
27 string textureId = other.Backing.TextureId;
29 Texture_Layout border = other.Border;
31 string textureId2 = border.TextureId;
33 }
class f__AnonymousType0<< Count > j__TPar
Texture_Layout Border
Texture_Layout Backing

References Backing, Border, j__TPar, and Texture_Layout.TextureId.

Referenced by TransactionButtonStyle_Definition.Apply().