---
name: WaterDirection
last_updated: 2026-06-15T20:56:24Z
type: enum
summary: "This Enum was once used to set the direction of Terrain water."
---

# WaterDirection

This Enum was once used to set the direction of [Terrain](/docs/reference/engine/classes/Terrain.md) water.

**Type:** enum

## Items

| Name | Value | Description |
|------|-------|-------------|
| `NegX` | 0 |  |
| `X` | 1 |  |
| `NegY` | 2 |  |
| `Y` | 3 |  |
| `NegZ` | 4 |  |
| `Z` | 5 |  |