# Options

> Gets the state machine configuration options.

## Definition

* **Type:** Property
* **Namespace:** [Unity.GraphToolkit.Editor](/engine/6000.7/script-reference/unity/graphtoolkit/editor.md)
* **Assembly:** UnityEditor

```csharp
public StateMachineOptions Options { get; }
```

### Remarks

These options define specific behaviors of the state machine, such as [StateMachineOptions.DisableAutoInclusionOfStatesFromStateMachineAssembly](/engine/6000.7/script-reference/unity/graphtoolkit/editor/statemachineoptions/disableautoinclusionofstatesfromstatemachineassembly.md).
