CreateElement
CreateElement(SerializedProperty, Type, string)
public static InputFieldElementBase CreateElement(SerializedProperty property, Type inputType, string label) ;
Description
Create UI element for InputField
Parameters
| Parameter Name | Description |
|---|---|
| property | Property |
| inputType | Input field type |
| label | Label name |
Returns
UI element of created InputField