Event.LAYOUT RESIZED

From GiderosMobile
Revision as of 20:45, 8 May 2022 by MoKaLux (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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