# FromIndex(int)

> Returns a new PropertyPath from the provided index.

## Definition

* **Type:** Method
* **Namespace:** [Unity.Properties](/engine/6000.5/script-reference/unity/properties.md)
* **Assembly:** UnityEngine.PropertiesModule

```csharp
public static PropertyPath FromIndex(int index)
```

### Parameters

**** (\[int]\(https\://learn.microsoft.com/dotnet/api/system.int32)): The index of the [PropertyPathPart](/engine/6000.5/script-reference/unity/properties/propertypathpart.md).

### Returns

| Type                                                                             | Description                                                                            |
| -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- |
| [PropertyPath](/engine/6000.5/script-reference/unity/properties/propertypath.md) | A new [PropertyPath](/engine/6000.5/script-reference/unity/properties/propertypath.md) |
