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

スクリプト言語

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

EditorGUIUtility.editingTextField

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 editingTextField: bool;
public static bool editingTextField;
public static editingTextField as bool

Description

現在テキストフィールドでテキストを編集しているかどうか

エディタGUIでは外部から特定のテキストフィールドへフォーカスを当てることが出来ます。例えば上下の矢印キーを使用してテキストフィールドと他のコントロールしているGUIへフォーカスを切り替えることが可能です。テキストフィールド内をクリックしたら、テキストの編集が開始され、矢印キーはテキストコンテンツの操作のために使用されます。テキストフィールドが編集モードである場合、 editingTextField はtrueとなります。