言語: 日本語
  • C#
  • JS
  • Boo

スクリプト言語

お好みのスクリプト言語を選択すると、サンプルコードがその言語で表示されます。

TouchScreenKeyboard

Namespace: UnityEngine

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

iPhoneとAndroidのためのキーボードインタフェースです。 - その他のプラットフォームでは利用することが出来ません。

このインタフェースにより異なるキーボードの種類を表示できます: ASCII, テンキー, URL, Eメール, や他の種類。 キーボードの外観で、ユーザーインタフェースの部分が隠れたりする場合があるので、 ユーザーインタフェースの部分次第で 隠れたりする場合があるので 注意しましょう。 TouchScreenKeyboard.visible および TouchScreenKeyboard.area を使用して キーボードが表示されているか(有効化されているか)および 画面のどの部分が使用されているかを判断することが出来ます。

Static Variables

area キーボードで覆われているスクリーンの戻りの位置
hideInput キーボードの上にあるテキスト入力フィールドを非表示にするかどうか
isSupported Is touch screen keyboard supported.
visible キーボードがスクリーン上に表示されている場合はtrueを返します

Variables

active キーボードを表示したり画面上の特定の位置にスライドするかどうか
done 入力の処理が終了したかどうか (Read Only)
text キーボードのインプットフィールドに表示されている文字を返します
wasCanceled 入力処理がキャンセルされたかどうか (Read Only)

Static Functions

Open スクリーン上にOSが提供しているネイティブのキーボードを表示します