Method GetPropertyRenameMap
GetPropertyRenameMap(MaterialPropertyType)
Retrieves a collection of renamed parameters of a specific MaterialPropertyType.
Declaration
public IReadOnlyDictionary<string, string> GetPropertyRenameMap(MaterialUpgrader.MaterialPropertyType type)
Parameters
| Type | Name | Description |
|---|---|---|
| MaterialUpgrader.MaterialPropertyType | type | Material Property Type |
Returns
| Type | Description |
|---|---|
| IReadOnlyDictionary<string, string> | Dictionary of property names to their renamed values. |
Exceptions
| Type | Condition |
|---|---|
| ArgumentException | type is not valid. |