# PlacematContainer.CycleDirection

> Use to set the placemat cycling direction.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEditor.Experimental.GraphView](/engine/6000.5/script-reference/unityeditor/experimental/graphview.md)
* **Assembly:** UnityEditor

```csharp
public enum PlacematContainer.CycleDirection
```

## Fields

| Value                                                                                                               | Description                                                                 |
| ------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
| [Down](/engine/6000.5/script-reference/unityeditor/experimental/graphview/placematcontainer/cycledirection/down.md) | Set the placemat cycle direction to down. Use when cycling a placemat down. |
| [Up](/engine/6000.5/script-reference/unityeditor/experimental/graphview/placematcontainer/cycledirection/up.md)     | Set the placemat cycle direction to up. Use when cycling a placemat up.     |
