TweenSize (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>MrNicNac
New page: <onlyinclude>{{Method |name = TweenSize |arguments = UDim2 endSize, Enum easingDirection = Out, Enum easingStyle = Quad, float time = 1, [...
>Anaminus
fixing arguments
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<onlyinclude>{{Method
<onlyinclude>{{Method
|name                = TweenSize
|name                = TweenSize
|arguments            = [[UDim2]] endSize, [[Enum]] easingDirection = Out, [[Enum]] easingStyle = Quad, [[number|float]] time = 1, [[bool]] override = false
|arguments            = [[UDim2]] ''endSize'', [[Enum]] ''[[easingDirection]]'' = Out, [[Enum]] ''[[easingStyle]]'' = Quad, [[number|float]] ''time'' = 1, [[bool]] ''override'' = false, [[function]] ''callback'' = nil
|description          = Smoothly resizes a GUI to a new [[UDim2]].
|description          = Smoothly resizes a GUI to a new [[UDim2]].
|object              = GuiObject
|object              = GuiObject

Latest revision as of 05:00, 7 June 2011

TweenSize( UDim2 endSize, Enum easingDirection = Out, Enum easingStyle = Quad, float time = 1, bool override = false, function callback = nil )
Returns nil
Description: Smoothly resizes a GUI to a new UDim2.
Member of: GuiObject