On this pageSocketWindowUI.SwapStateDeclaration#public void SwapState()CopyDescription#Swap between the attachment list and the socket listUsage#using NullSave.GDTK.Inventory;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(SocketWindowUI target) { target.SwapState(); } }Copy