VFX EDITOR MENUS

This page outlines the different menu options available from The Visual Effects Editor main window:

The Visual Effects Editor Menus

 

 

File

The File Editor View Menu

From this menu you can do the following:

  • New Effect
    Selecting this will open a window requesting you to input a name for the new effect you are creating. Once add the name and click the Create button, the new effect will be added to the effects list as <name>.xml.
    IMPORTANT! The new effect file will not be created and the effect will not be saved to the file until you select the Save option.

 

  • Rename Effect
    You can use this option to rename any selected effect.

 

  • Save
    This option will save the current effects settings to the XML file for the effect in the package.

 

 

 

Edit

The VFX Editor Edit Menu

The Edit menu has the following options:

  • Undo
    This option will perform a single Undo step for the Visual Effects Editor, or alternatively you can use the keyboard shortcut Ctrl + "Z". Note that you can see the Undo/Redo stack from the Undo History window, available from the View menu.

 

  • Redo
    This option will perform a single Redo step for the Visual Effects Editor, or alternatively you can use the keyboard shortcut Ctrl + "Y". Note that you can see the Undo/Redo stack from the Undo History window, available from the View menu.

 

The other options are specifically for use with the Node Graph and will be available when you start to edit anything within that. These options simply replicate the standard keyboard shortcuts to Duplicate, Copy, Paste and Delete nodes.

 

 

Game

The VFX Editor Game Menu

From the Game menu you can do the following:

  • Auto Update
    This option can be checked or unchecked. When checked, any changes to the current effect in the Node Graph will also be reflected in any spawner for that effect in the simulation. Un-checking this option means that any spawned effects will not update. The option is checked by default.

 

  • Update
    This option is only relevant when the Auto Update option is un-checked. Selecting this will update any particle spawners for the current effect being edited with any changes that have been made in the Node Graph.

 

  • Draw Selection Only
    Lorem Ipsum

 

 

View

The VFX Editor View Menu

This menu can be used to open any of the additional windows that are used by the Visual Effects Editor. The options are:

 

  • Undo History
    The Visual Effects Editor supports undo/redo functionality which can be accessed through this window, or alternatively using the keyboard shortcuts Ctrl + "Z" for undo, and Ctrl + "Y" for redo. From this window, however, you can select any item from the list and "reset" the editor to that state without having to go through each of the steps before or after. If you want to step through the state list, you can use the aforementioned shortcuts, or use the Undo and Redo buttons at the top.

 

  • Inspector
    The inspector window is used to "inspect" the different items in the effect, whether it is an Edition, Block or Node item. The actual contents of this window will change depending on the item selected, and each is documented on the relevant page, links to which can be found from the VFX Node Graph page:
    The Edition Tab Of The Inspector Window

 

  • Node Graph
    This will open the Node Graph window where you can create your effects. This window is explained in full on the VFX Node Graph page.

 

  • Node List
    The Node List View In The Visual Effects EditorThis window provides a sectioned list of all the Edition, Block and Node items that comprise the current effect. Unlike the Items Tree this is not a hierarchy and simply lists the different items by type. You can, however, click on any item and the Node Graph window will pan to that item, and also open the item details in the Inspector window. Note that any item listed in this window that is red, is an item that is incorrectly configured. For example, an Update node with no Output would show up as red in this window.

 

  • Template/Instance Debugger
    This window is used to help view and debug what is happening within the visual effects that you create. You can find more information here: