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