PropertyField Constructor

Declaration

public PropertyField();

Description

PropertyField constructor.

You will still have to call Bind() on the PropertyField afterwards.


Declaration

public PropertyField(SerializedProperty property);

Parameters

property Providing a SerializedProperty in the construct just sets the bindingPath. You will still have to call Bind() on the PropertyField afterwards.

Description

PropertyField constructor.

You will still have to call Bind() on the PropertyField afterwards.


Declaration

public PropertyField(SerializedProperty property, string label);

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.


Did you find this page useful? Please give it a rating: