XRInputField.cs 213 B

1234567891011
  1. using System.Collections;
  2. using System.Collections.Generic;
  3. using UnityEngine;
  4. using UnityEngine.UI;
  5. namespace XRTool.UI
  6. {
  7. public class XRInputField : InputField
  8. {
  9. //TouchScreenKeyboard
  10. }
  11. }