Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


BindingId

Instantiate a new binding property.
Read time 1 minuteLast updated 6 days ago

Definition

BindingId(string)

Instantiate a new binding property.
public BindingId(string path)

Parameters

path

The path of the property.

BindingId(PropertyPath)

Instantiate a new binding property.
public BindingId(in PropertyPath path)

Parameters

The path of the property.