API

Default Name Property

[Dropdown(string ListPath)]

Arguments

Description

Example

string ListPath

the path of the list

"Database.Instance.MyList"

string ItemNameProperty

[Default Value: "Name"]

"Name"

Custom Name Property

[Dropdown(string ListPath, string ItemNameProperty)]

Arguments

Description

Example

string ListPath

the path of the list

"Database.Instance.MyList"

string ItemNameProperty

the name property of the item

"HelmetName"

Last updated