FromPart(in PropertyPathPart)
Returns a new PropertyPath from the provided PropertyPathPart.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Method
- Namespace: Unity.Properties
- Assembly: UnityEngine.PropertiesModule
FromPart(PropertyPathPart)
public static PropertyPath FromPart(in PropertyPathPart part)
Parameters
The PropertyPathPart
Returns
Type | Description |
|---|---|
| PropertyPath | A new PropertyPath |