Skip to content
Merged
Changes from all commits
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
6 changes: 3 additions & 3 deletions content/en-us/reference/engine/classes/GuiBase2d.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ properties:
`Class.GuiBase2d.AbsolutePosition|AbsolutePosition` is a read-only
property that provides the screen position of a `Class.GuiBase2d` element
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`.
renders as a result of its ancestors' sizes and positions. Note that
`Class.GuiBase2d.AbsolutePosition|AbsolutePosition` always
represents the top-left corner of the `Class.GuiBase2d` element.

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