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 VirtualControlsHardwareConfiguration_Layout.Copy ( VirtualControlsHardwareConfiguration_Layout other)
inline

Definition at line 10 of file VirtualControlsHardwareConfiguration_Layout.cs.

11 {
12 string editedName = other.EditedName;
16 Vector2 leftPagePosition = other.LeftPagePosition;
18 Vector2 leftControlsPosition = other.LeftControlsPosition;
20 Vector2 rightPagePosition = other.RightPagePosition;
22 Vector2 rightControlsPosition = other.RightControlsPosition;
24 Vector2 settingsPosition = other.SettingsPosition;
26 Vector2 menuPosition = other.MenuPosition;
32 }
class f__AnonymousType0<< Count > j__TPar
VirtualControlsHardwareConfigurationMapping_Layout[] Slots

References j__TPar, and Slots.

Referenced by GUIInterfaceEdit.Backup(), GUIInterfaceEdit.RestoreBackup(), and GUIInterfaceEdit.RestoreDefaults().