readme EDIT
This commit is contained in:
10
README.md
10
README.md
@@ -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
|
||||
|
Reference in New Issue
Block a user