返回介绍

TouchScreenKeyboard 触摸屏键盘

发布于 2019-12-18 15:38:40 字数 3528 浏览 1175 评论 0 收藏 0

class in UnityEngine

Description 描述

Interface into the native iPhone, Android, Windows Phone and Windows Store Apps on-screen keyboards - it is not available on other platforms.

连接到本机iPhone、 Android、 Windows Phone 和 Windows 应用商店应用程序屏幕键盘-不是在其他平台上可用。

This interface allows to display different types of the keyboard: ASCII, Numbers, URL, Email, and others.

此接口允许显示不同类型的键盘︰ ASCII、 数字、 URL、 电子邮件,和其他的符号。

Because the appearance of the keyboard has the potential to obscure portions of your user interface, it is up to you to make sure that parts of your user interface are not obscured when the keyboard is being displayed.

因为键盘的外形有可能掩盖你的用户界面部分,它是由你来确保您的用户界面部分的键盘在显示时不会被遮盖。

TouchScreenKeyboard.visible and TouchScreenKeyboard.area should be used to determine if the keyboard is being shown (activated) and what portion of the screen is using.

TouchScreenKeyboard.visible和TouchScreenKeyboard.area应该用于决定是否显示(激活)该键盘并且使用屏幕的哪部分。

Static Variables 静态变量

areaReturns portion of the screen which is covered by the keyboard.
返回键盘覆盖的屏幕部分。
hideInputWill text input field above the keyboard be hidden when the keyboard is on screen?
当键盘在屏幕上时,该属性将会决定是否隐藏键盘上的文本输入区域。
isSupportedIs touch screen keyboard supported.
是否支持触摸屏键盘。
visibleReturns true whenever any keyboard is completely visible on the screen.
无论任何键盘在屏幕上完全可见都返回true。

Variables 变量

activeIs the keyboard visible or sliding into the position on the screen?
是否键盘可见或滑动到屏幕上的位置吗?
doneSpecifies if input process was finished. (Read Only)
指定是否输入的过程结束。(只读)
targetDisplaySpecified on which display the software keyboard will appear.
指定显示的键盘将会出现。
textReturns the text displayed by the input field of the keyboard.
返回显示键盘输入区域的文本。
wasCanceledSpecifies if input process was canceled. (Read Only)
指定是否取消输入进程(只读)。

Static Functions 静态函数

OpenOpens the native keyboard provided by OS on the screen.
打开操作系统提供的本地键盘。

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文