PropertyContainer Constructor

PropertyContainer()

Constructor.

Declaration
public PropertyContainer()

PropertyContainer(SerializedProperty)

Constructor. The Property parameter just sets the bindingPath; it still needs to be bound.

Declaration
public PropertyContainer(SerializedProperty property)
Parameters
SerializedProperty property

The property represented by this element.

PropertyContainer(String)

Constructor. Receives a string that is assigned to bindingPath.

Declaration
public PropertyContainer(string propertyPath)
Parameters
String propertyPath

The path of the property represented by this element.