AppendKey(in PropertyPath, object)
Returns a new PropertyPath combining the given PropertyPath and an key-type PropertyPathPart.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Method
- Namespace: Unity.Properties
- Assembly: UnityEngine.PropertiesModule
AppendKey(PropertyPath, Object)
public static PropertyPath AppendKey(in PropertyPath path, object key)
Parameters
Returns
Type | Description |
|---|---|
| PropertyPath | A new PropertyPath |