> For the complete documentation index, see [llms.txt](https://docs.yarnspinner.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yarnspinner.dev/api/csharp/yarn.unity/yarn.unity.lineproviderbehaviour/yarn.unity.lineproviderbehaviour.yarnproject.md).

# YarnProject

Property in [LineProviderBehaviour](/api/csharp/yarn.unity/yarn.unity.lineproviderbehaviour.md)

## Summary

The [YarnProject](/api/csharp/yarn.unity/yarn.unity.ilineprovider/yarn.unity.ilineprovider.yarnproject.md) that contains the localized data for lines.

```csharp
public YarnProject? YarnProject { get; set; }
```

## Remarks

This property is set at run-time by the object that will be requesting content (typically a [DialogueRunner](/api/csharp/yarn.unity/yarn.unity.dialoguerunner.md) ).
