readme EDIT

This commit is contained in:
Josh
2018-05-28 23:13:53 -05:00
parent 034eb13da8
commit bb24b17146

View File

@@ -32,8 +32,18 @@ Vector2D getAbsoluteSize() -- Always returns a Vector2D with the v
Methods:
```lua
RGBColor getBackgroundColor()
RGBColor getBorderColor()
number getCornerRounding()
Dimension getPosition()
Dimension getSize()
Vector2D getAbsolutePosition() -- returns the real position of the object, in pixels
Vector2D getAbsoluteSize() -- returns the real size of the object, in pixels
setBackgroundColor(RGBColor color)
setBorderColor(RGBColor color)
setCornerRounding(number rounding)
setPosition(Dimension pos)
setSize(Dimension size)
```
### Frame class