PropertyField Constructor
public PropertyField();
Parameters
| property | Providing a SerializedProperty in the construct just sets the bindingPath. You will still have to call Bind() on the PropertyField afterwards. | |
| label | Optionally overwrite the property label. |
Description 描述
PropertyField constructor.
You will still have to call Bind() on the PropertyField afterwards.