![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| void | UpdateEffectVisibility (notnull ImageWidget effectWidget) |
| The widget will be made visible or hidden based on its opacity. | |
| void | AnimateEffectVisibility (notnull ImageWidget effectWidget, float opacity, float alpha, float opacitySpeed=1.0, float alphaSpeed=1.0, bool updateVisibility=true) |
| void | ShowSingleEffect (notnull ImageWidget effectWidget) |
| void | HideSingleEffect (notnull ImageWidget effectWidget) |
Definition at line 1 of file SCR_BaseScreenEffect.c.
|
inlineprotected |
| [in] | effectWidget | to animate its opacity and alpha mask. |
| [in] | opacity | desired target value. |
| [in] | alpha | desired target value. |
| [in] | opacitySpeed | desired speed value (default is 0). |
| [in] | alphaSpeed | desired speed value (default is 0). |
| [in] | updateVisibility | Whether the visibility should be updated based on the final opacity (default is true). |
| [in] | updateVisibility | Whether the visibility should be updated based on the final opacity (default is true). |
Definition at line 54 of file SCR_BaseScreenEffect.c.
|
inlineprotected |
Definition at line 69 of file SCR_BaseScreenEffect.c.
|
inlineprotected |
Definition at line 61 of file SCR_BaseScreenEffect.c.
|
inlineprotected |
The widget will be made visible or hidden based on its opacity.
Definition at line 41 of file SCR_BaseScreenEffect.c.