This version of Unity is unsupported.

BindingId Constructor

Declaration

public BindingId(string path);

Parameters

path The path of the property.

Description

Instantiate a new binding property.


Declaration

public BindingId(ref Unity.Properties.PropertyPath path);

Parameters

path The path of the property.

Description

Instantiate a new binding property.