RBX.lua.Frame (Object): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Mr Doom Bringer New page: Blah! |
>Camoy No edit summary |
||
Line 1: | Line 1: | ||
{{CatUp|Class reference}} | |||
__NOTOC__ | |||
A Frame is a rectangular GUI. | |||
==Functions== | |||
The Frame object incorporates only the global functions. | |||
==Properties== | |||
In addition to the global properties, the Decal also has these: | |||
*[[AbsolutePosition]] | |||
*[[AbsoluteSize]] | |||
*[[Active]] | |||
*[[BackgroundColor3]] | |||
*[[BackgroundTransparency]] | |||
*[[BorderColor3]] | |||
*[[BorderSizePixel]] | |||
*[[Size]] | |||
*[[SizeConstraint]] | |||
*[[Visible]] | |||
*[[ZIndex]] | |||
==Events== | |||
In addition to the global events, the Frame also has these: | |||
*[[MouseEnter]] | |||
*[[MouseLeave]] | |||
*[[MouseMoved]] | |||
[[Category:ROBLOX Lua Objects]] |
Revision as of 23:11, 6 April 2010
A Frame is a rectangular GUI.
Functions
The Frame object incorporates only the global functions.
Properties
In addition to the global properties, the Decal also has these:
- AbsolutePosition
- AbsoluteSize
- Active
- BackgroundColor3
- BackgroundTransparency
- BorderColor3
- BorderSizePixel
- Size
- SizeConstraint
- Visible
- ZIndex
Events
In addition to the global events, the Frame also has these: