Method CreatePropertyField
CreatePropertyField(SerializedProperty, Type)
Creates a PropertyField from a given SerializedProperty (with tooltips!)
Declaration
public static PropertyField CreatePropertyField(SerializedProperty iterator, Type parentPropertyType)
Parameters
Type | Name | Description |
---|---|---|
SerializedProperty | iterator | The SerializedProperty to create a PropertyField |
Type | parentPropertyType | The Type of the class encapsulating the provided SerializedProperty |
Returns
Type | Description |
---|---|
PropertyField |