AbsolutePosition (Property): Difference between revisions

From Goodblox Wiki
Jump to navigationJump to search
(created the page)
 
mNo edit summary
 
Line 4: Line 4:
<onlyinclude>{{Property
<onlyinclude>{{Property
|name        = AbsolutePosition
|name        = AbsolutePosition
|property    = [[Vector2]] ''AbsolutePosition''
|property    = [[Vector2]]
|description = The distance, in pixels, from the top left corner of the game window.
|description = The distance, in pixels, from the top left corner of the game window.
|object      = [[GBX.lua.GuiBase (Object)|GuiBase]]
|object      = [[GBX.lua.GuiBase (Object)|GuiBase]]

Latest revision as of 14:44, 20 September 2021

Read-Only: This is a read-only property. It cannot be written to, only read.


Property
Name AbsolutePosition
Property Vector2
Description: The distance, in pixels, from the top left corner of the game window.
In Object: GuiBase