# Waterfall Tool 2 Editor Mode

The **SHADERSOURCE: Waterfall Tool 2 Mode** is a custom editor mode used to create and modify waterfall data for SHADERSOURCE Waterfall 2 actors in a level.

<details>

<summary>Accessing the Waterfall Tool 2 Editor Mode</summary>

The Waterfall Tool 2 Editor Mode can be accessed either via the Editor Modes dropdown or the SHADERSOURCE menu.

Editor Modes dropdown:

<img src="/files/n9qA7mNAzo02iNKd4A56" alt="" data-size="original">

SHADERSOURCE menu (Level Editor Toolbar):

![](/files/jrJHU801GFecNFRCybXb)

SHADERSOURCE menu (Window menu):

![](/files/lG3mIiJUMvm32GdEXQTr)

</details>

<details>

<summary>Waterfall Tool 2 Editor Mode Header Content</summary>

![](/files/xwg2DLxWpPkT5xwafU5J)

1. **SHADERSOURCE Modes Menu**: Finds and creates buttons to easily switch between SHADERSOURCE Editor Modes.
2. **Documentation button**: Opens the tool's documentation page in your default browser.
3. **Store Page button**: Opens the tool's Fab store page in your default browser.
4. **Version number**: Show's the tool's current version number so that it can be compared to the latest version.

</details>

<details>

<summary>UI (without a waterfall selected)</summary>

![](/files/5dAY1r2Fqi78BzppkEwO)

1. A search bar to easily search for waterfalls or settings.
2. Drag and drop to create a new SHADERSOURCE Waterfall 2 actor.
3. **Auto Focus Waterfall**: If ticked on, when selecting a waterfall either here or in the menu in the waterfall selected UI, the editor will automatically focus the newly selected waterfall (like pressing 'F' in the viewport).
4. A list of all the waterfall actors in the level. Click on one of them to create or edit waterfall data for the actor.

</details>

<details>

<summary>UI (with a waterfall selected)</summary>

**Creating or Editing a Waterfall**

With a waterfall selected, the Waterfall Tool 2 Editor Mode is split into three tabs:

* [Simple](/assets-and-plugins/waterfall-tool-2/how-to-use/waterfall-tool-2-editor-mode/simple-tab.md): A simplified version of the tool with less options to generate a waterfall quickly.
* [Advanced](/assets-and-plugins/waterfall-tool-2/how-to-use/waterfall-tool-2-editor-mode/advanced-tab.md): A more complex version of the tool with many more options to tweak minor parts of a waterfall.
* [Debug](/assets-and-plugins/waterfall-tool-2/how-to-use/waterfall-tool-2-editor-mode/debug-tab.md): A handful of functions to show debugging data.

<img src="/files/87k43uAXxhsJZEzGPdsM" alt="" data-size="original">

**Waterfall Selection**

There is also a dropdown menu as a quick way to select other waterfall actors in the open level, or to create a new waterfall actor.

![](/files/MvieHnH4Owi6dagiHqCS)

</details>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.shadersource.io/assets-and-plugins/waterfall-tool-2/how-to-use/waterfall-tool-2-editor-mode.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
