Unity_Web/Assets/WebGLSupport/WebGLInput/UIToolKit/WebGLUIToolkitTextField.cs

14 lines
260 B
C#

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