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.")
 
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
'''Available since:''' Gideros 2018.5<br/>
 
'''Available since:''' Gideros 2018.5<br/>
 +
'''Value:''' layout_resized<br/>
 +
'''Defined by:''' [[Sprite]]<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/>
 +
 +
{{Sprite}}

Latest revision as of 20:45, 8 May 2022

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