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
Determines whether or not to use the GPU for positioning the elements (rather than using the top and left styles). Contingent upon useGPU being true; otherwise this value does nothing.
Changing this value will result in a frameDidChange notification since calcElement needs to be called in order to recalculate the element's positioning styles.
Usage
var aView = new UI.View();
aView.useGPU = true;
aView.useGPUForPositioning = true;