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

◆ systemCopyBuffer

string UnityEngine.GUIUtility.systemCopyBuffer
staticgetset

Definition at line 55 of file GUIUtility.cs.

56 {
57 [FreeFunction("GetCopyBuffer")]
58 get
59 {
60 throw new MissingMethodException();
61 }
62 [FreeFunction("SetCopyBuffer")]
63 set
64 {
65 throw new MissingMethodException();
66 }
67 }
class f__AnonymousType0<< Count > j__TPar

Referenced by UnityEngine.UI.InputField.KeyPressed().