# FromPart(in PropertyPathPart)

> Returns a new PropertyPath from the provided PropertyPathPart.

## Definition

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

## FromPart(PropertyPathPart)

```csharp
public static PropertyPath FromPart(in PropertyPathPart part)
```

### Parameters

**** (\[PropertyPathPart]\(/engine/6000.7/script-reference/unity/properties/propertypathpart)): The [PropertyPathPart](/engine/6000.7/script-reference/unity/properties/propertypathpart.md)

### Returns

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