Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion content/en-us/reference/engine/classes/GuiBase2d.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ properties:
in pixels. This represents the actual pixel position at which an element
renders as a result of its ancestors' sizes and positions. Note that the
object's `Class.GuiObject.AnchorPoint|AnchorPoint` influences
`Class.GuiBase2d.AbsolutePosition|AbsolutePosition`.
`Class.GuiBase2d.AbsolutePosition|AbsolutePosition`, but it will always
represent the top-left corner of the `Class.GuiBase2d` element.

See also `Class.GuiBase2d.AbsoluteRotation|AbsoluteRotation` and
`Class.GuiBase2d.AbsoluteSize|AbsoluteSize`.
Expand Down
Loading