Version: 2022.3
言語: 日本語
public static int DelayedIntField (Rect position, int value, GUIStyle style= EditorStyles.numberField);
public static int DelayedIntField (Rect position, string label, int value, GUIStyle style= EditorStyles.numberField);
public static int DelayedIntField (Rect position, GUIContent label, int value, GUIStyle style= EditorStyles.numberField);

パラメーター

position 表示位置
label Int Field の前に表示するオプションのラベル
value 編集する値
style オプションの GUIStyle

戻り値

int ユーザーに入力される値。ユーザーがエンターを押すか Int Field からフォーカスを移動するまで新しい値を返しません。

説明

Makes a delayed text field for entering integers.

EditorGUI.IntField に似ていますが、ユーザーがエンターを押すか Int Field からフォーカスを移動するまで新しい値を返しません。


public static void DelayedIntField (Rect position, SerializedProperty property, GUIContent label= null);

パラメーター

position 表示位置
property Int のプロパティーを編集します。
label Int Field の前に表示するオプションのラベル。ラベルを非表示にする GUIContent.none を渡します。

説明

ユーザーに入力される値。ユーザーがエンターを押すか Int Field からフォーカスを移動するまで新しい値を返しません。

EditorGUI.IntField に似ていますが、ユーザーがエンターを押すか Int Field からフォーカスを移動するまで新しい値を返しません。

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961