PfxVis Class Reference
[GFX]
Singleton class that exposes ConsoleStaticFunctions for debug visualizing PostEffects.
More...
List of all members.
Public Member Functions |
void | clear () |
| Close all visualization windows.
|
void | hide () |
| Hide all visualization windows (they are not destroyed).
|
void | onWindowClosed (GuiWindowCtrl *ctrl) |
| Callback when a visualization window is closed.
|
void | open (PostEffect effect, bool clear) |
| Open visualization windows for all input and target textures.
|
void | show () |
| Show all visualization windows.
|
Detailed Description
Singleton class that exposes ConsoleStaticFunctions for debug visualizing PostEffects.
- Example:
-
Member Function Documentation
Close all visualization windows.
- Example:
-
Hide all visualization windows (they are not destroyed).
- Example:
-
Callback when a visualization window is closed.
- Parameters:
-
| ctrl | Name of the GUI control being closed |
- Example:
-
void PfxVis::open |
( |
PostEffect |
effect, |
|
|
bool |
clear | |
|
) |
| | |
Open visualization windows for all input and target textures.
- Parameters:
-
| effect | Name of the PostEffect to open |
| clear | True to close all visualization windows before opening the effect |
- Example:
-
Show all visualization windows.
- Example:
-