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

    Variable HUD_HEIGHTConst

    HUD_HEIGHT: {
        BOTTOM_DESKTOP: 120;
        BOTTOM_MOBILE: 100;
        COMBAT_BOTTOM_DESKTOP: 120;
        COMBAT_BOTTOM_MOBILE: 100;
        COMBAT_TOP_DESKTOP: 70;
        COMBAT_TOP_MOBILE: 55;
        TOP_DESKTOP: 70;
        TOP_MOBILE: 50;
        TRAINING_BOTTOM_DESKTOP: 130;
        TRAINING_BOTTOM_MOBILE: 110;
        TRAINING_TOP_DESKTOP: 70;
        TRAINING_TOP_MOBILE: 50;
    } = ...

    HUD height constants for top and bottom bars

    These constants define the standard heights for top and bottom HUD bars. Values are in pixels and should be scaled with positionScale for 4K displays.

    Usage:

    const hudHeight = HUD_HEIGHT.TOP_DESKTOP * positionScale;
    

    Type Declaration

    • ReadonlyBOTTOM_DESKTOP: 120

      Bottom bar height on desktop (fits technique cards)

    • ReadonlyBOTTOM_MOBILE: 100

      Bottom bar height on mobile (compact)

    • ReadonlyCOMBAT_BOTTOM_DESKTOP: 120

      Combat-specific bottom bar height

    • ReadonlyCOMBAT_BOTTOM_MOBILE: 100

      Combat-specific bottom bar height on mobile

    • ReadonlyCOMBAT_TOP_DESKTOP: 70

      Combat-specific top bar height

    • ReadonlyCOMBAT_TOP_MOBILE: 55

      Combat-specific top bar height on mobile

    • ReadonlyTOP_DESKTOP: 70

      Top bar height on desktop (slim for minimal obstruction)

    • ReadonlyTOP_MOBILE: 50

      Top bar height on mobile (extra slim)

    • ReadonlyTRAINING_BOTTOM_DESKTOP: 130

      Training-specific bottom bar height

    • ReadonlyTRAINING_BOTTOM_MOBILE: 110

      Training-specific bottom bar height on mobile

    • ReadonlyTRAINING_TOP_DESKTOP: 70

      Training-specific top bar height

    • ReadonlyTRAINING_TOP_MOBILE: 50

      Training-specific top bar height on mobile

    HUD높이