FromKey(object)
Returns a new PropertyPath from the provided key.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: Unity.Properties
- Assembly: UnityEngine.PropertiesModule
FromKey(Object)
public static PropertyPath FromKey(object key)
Parameters
The key of the PropertyPathPart.
Returns
Type | Description |
|---|---|
| PropertyPath | A new PropertyPath |