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