Difference between revisions of "Event.LAYOUT RESIZED"

From GiderosMobile
 
Line 10: Line 10:
 
'''width''': (number) the computed width of the sprite<br/>
 
'''width''': (number) the computed width of the sprite<br/>
 
'''height''': (number) the computed height of the sprite<br/>
 
'''height''': (number) the computed height of the sprite<br/>
 +
 +
=== See also ===
 +
'''[[EventDispatcher:addEventListener]]'''</br>
  
 
{{Sprite}}
 
{{Sprite}}

Latest revision as of 06:12, 7 December 2025

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

See also

EventDispatcher:addEventListener