CreatePropertyField

CreatePropertyField(SerializedProperty, bool, string)

public static PropertyField CreatePropertyField(SerializedProperty property, bool bindProperty, string label) ;

Description

Create a PropertyField

Parameters

Parameter Name Description
property Property
bindProperty Whether to perform BindProperty
label Label Name

Returns

Returns the created PropertyField