From d604b4e5e7e6ab56fc6fb915251ffa0cb7efd1bb Mon Sep 17 00:00:00 2001 From: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Fri, 13 Feb 2026 11:12:04 +0100 Subject: [PATCH] Link DisplayAnchors type; add usage comment Update docs to make DisplayAnchors types clickable links and improve the usage example. Replaced plain markers with anchor links in DisplaySprite and DisplayAnchors HTML files to enable navigation, and added a clarifying comment in the usage snippet indicating the generation of a generic anchors object with default values. --- 3 classes/View.DisplaySprite.html | 2 +- 4 primitive classes/View.DisplayAnchors.html | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/3 classes/View.DisplaySprite.html b/3 classes/View.DisplaySprite.html index 2781a57..c03b954 100644 --- a/3 classes/View.DisplaySprite.html +++ b/3 classes/View.DisplaySprite.html @@ -460,7 +460,7 @@

Parameters:

Returns:

    - DisplayAnchors + DisplayAnchors An object containing the anchor points of the display sprite.
    The object contains the following fields:
    - TOP_LEFT
    diff --git a/4 primitive classes/View.DisplayAnchors.html b/4 primitive classes/View.DisplayAnchors.html index de5e004..99d1973 100644 --- a/4 primitive classes/View.DisplayAnchors.html +++ b/4 primitive classes/View.DisplayAnchors.html @@ -346,7 +346,7 @@

    Functions

    Parameters:

    @@ -362,7 +362,8 @@

    Returns:

    Usage: