Difference between revisions of "Event.LAYOUT RESIZED"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2018.5<br/> === Description === Dispatched to a sprite when its size has been set by the layout system.") |
|||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
'''Available since:''' Gideros 2018.5<br/> | '''Available since:''' Gideros 2018.5<br/> | ||
+ | '''Value:''' layout_resized<br/> | ||
=== Description === | === Description === | ||
Dispatched to a sprite when its size has been set by the layout system. | Dispatched to a sprite when its size has been set by the layout system. | ||
+ | === Parameters === | ||
+ | '''width''': (number) the computed width of the sprite<br/> | ||
+ | '''height''': (number) the computed height of the sprite<br/> |
Revision as of 10:45, 23 August 2018
Available since: Gideros 2018.5
Value: layout_resized
Description
Dispatched to a sprite when its size has been set by the layout system.
Parameters
width: (number) the computed width of the sprite
height: (number) the computed height of the sprite