CreateElement
CreateElement(SerializedProperty, Type, string)
public static InputFieldElementBase CreateElement(SerializedProperty property, Type inputType, string label) ;
説明
InputFieldのUI要素を作成する
パラメーター
| パラメーター名 | 説明 |
|---|---|
| property | プロパティ |
| inputType | 入力フィールドの型 |
| label | ラベル名 |
戻り値
作成したInputFieldのUI要素