You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(fullscreenrenderwindow, macro): refactor on fullscreenrenderwindow constructor
Refactor of fullscreenrenderwindow constructor so that the setXXX() methods of correesponding
properties are called when the fullScreenRenderWindow is instanciated (calling newInstance). In the
macro.js newInstance() method, the set() method is called in order that the setXXX() methods for
each entry of initial values is called if such methods exist. This is in order that side effects of
setters are taken into account when creating new objects and avoid having custom handling in extend
methods.
BREAKING CHANGE: In the extend method in fullScreenRenderWindow, the parameter initialValues is not
asked anymore. When extending this class, only default parameters defined in the
fullScreenRenderWindow will be passed.
0 commit comments