Pop(in PropertyPath)
Returns a new PropertyPath that will not include the last PropertyPathPart.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: Unity.Properties
- Assembly: UnityEngine.PropertiesModule
Pop(PropertyPath)
public static PropertyPath Pop(in PropertyPath path)
Parameters
The PropertyPath
Returns
Type | Description |
|---|---|
| PropertyPath | A new PropertyPath |