> 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/2.5/api/csharp/yarn.unity/yarn.unity.yarnactionattribute/yarn.unity.yarnactionattribute.name.md).

# Name

Property in [YarnActionAttribute](/2.5/api/csharp/yarn.unity/yarn.unity.yarnactionattribute.md)

## Summary

The name of the command or function, as it exists in Yarn.

```csharp
public string Name { get; set; }
```

## Remarks

This value does not have to be the same as the name of the method. For example, you could have a method named "`WalkToPoint`", and expose it to Yarn as a command named "`walk_to_point`".
