Method GetPrefKey
GetPrefKey(string, string)
Gets a standardized Editor preference key name.
Declaration
public static string GetPrefKey(string typeName, string propertyName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | typeName | The name of the type that declares the property. |
| string | propertyName | Name of property. |
Returns
| Type | Description |
|---|---|
| string | Editor preference key for property. |
Remarks
Constructs the key name by combining the parent object type's full name and the property name.