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