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

スクリプト言語

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

Input.compositionString

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

public static var compositionString: string;
public static string compositionString;
public static compositionString as string

Description

現在ユーザーによって入力されている現在のIMEで構成された文字列

中国語、日本語や韓国語のような言語では、テキストは1つまたは複数の文字のタイピングによって入力されます。 これらの文字はユーザーがタイプしたのを画面上に表示するよう構成されています。 テキスト入力のためにUnityのビルドインシステムを使用した時、Unityは ユーザーのタイピングの手助けをします。もし自前でGUIを実装する場合も、 カーソルの位置に文字列を表示してユーザーの手助けをする必要があります。IMEを使用して構成した時は、構成された文字列のみ更新されます。 詳細は Input.imeCompositionMode を参照してください。 See Also: Input.imeCompositionMode, Input.compositionCursorPos.