using UnityEngine; using UnityEngine.UIElements; using UnityEngine.Windows; namespace WebGLSupport { /// /// UIToolkit TextField /// public class WebGLUIToolkitTextField : MonoBehaviour { public TextField TextField { get; set; } } }