Event.LAYOUT RESIZED

From GiderosMobile
Revision as of 02:25, 4 December 2019 by MoKaLux (talk | contribs)


Available since: Gideros 2018.5
Value: layout_resized
Defined by: Sprite

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