Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.6.47
    Preparing search index...

    Interface HUDPositionConfig

    HUD positioning configuration interface

    Defines the positioning strategy for a HUD component.

    HUD위치설정

    interface HUDPositionConfig {
        anchor?: "left" | "center" | "right" | "top" | "bottom";
        offset?: { x?: number; y?: number };
        size?: { height?: string | number; width?: string | number };
        strategy: "absolute" | "relative" | "flex" | "grid";
        zIndex?: ZIndexValue;
    }
    Index

    Properties

    anchor?: "left" | "center" | "right" | "top" | "bottom"

    Anchor point for absolute positioning

    offset?: { x?: number; y?: number }

    Offset from anchor point

    size?: { height?: string | number; width?: string | number }

    Size configuration

    strategy: "absolute" | "relative" | "flex" | "grid"

    Positioning strategy

    zIndex?: ZIndexValue

    Z-index layer