Variable AnchorConst

    Anchor: {
        Bottom: V;
        BottomLeft: V;
        BottomRight: V;
        Center: V;
        Left: V;
        Right: V;
        Top: V;
        TopLeft: V;
        TopRight: V;
    } = ...

    Anchor points on the unit box (Center = {0.5, 0.5}).

    Type Declaration

    • Bottom: V
    • BottomLeft: V
    • BottomRight: V
    • Center: V
    • Left: V
    • Top: V
    • TopLeft: V
    • TopRight: V