Class NameId
Namespace: Unity.QuickSearch
Syntax
public class NameId
Constructors
NameId(String, String)
Declaration
public NameId(string id, string displayName = null)
Parameters
| Type | Name | Description |
|---|---|---|
| String | id | |
| String | displayName |
Fields
displayName
Display name (use by UI)
Declaration
public string displayName
Field Value
| Type | Description |
|---|---|
| String |
id
Unique name for an object
Declaration
public string id
Field Value
| Type | Description |
|---|---|
| String |