# defaultState

> The state that the state machine will be in when it starts.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor.Animations](/engine/6000.5/script-reference/unityeditor/animations.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public AnimatorState defaultState { get; set; }
```
