Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

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.