Combine
Returns a new PropertyPath combining the parts of the two given PropertyPath.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: Unity.Properties
- Assembly: UnityEngine.PropertiesModule
Combine(PropertyPath, PropertyPath)
Returns a new PropertyPath combining the parts of the two given PropertyPath.
public static PropertyPath Combine(in PropertyPath path, in PropertyPath pathToAppend)
Parameters
Returns
Type | Description |
|---|---|
| PropertyPath | A new PropertyPath |
Combine(PropertyPath, string)
Returns a new PropertyPath combining the parts of the two given PropertyPath.
public static PropertyPath Combine(in PropertyPath path, string pathToAppend)
Parameters
Returns
Type | Description |
|---|---|
| PropertyPath | A new PropertyPath |