CreateElement

public static InputFieldElementBase CreateElement(SerializedProperty property, Type inputType, string label) ;

Create UI element for InputField

Parameter Name Description
property Property
inputType Input field type
label Label name

UI element of created InputField