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