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

    Variable PlayerStateOverlayHtmlConst

    PlayerStateOverlayHtml: NamedExoticComponent<PlayerStateOverlayProps> = ...

    PlayerStateOverlayHtml - Unified visual effects for player state

    Combines all player state visual indicators into a single component with optimal performance and consistent rendering. All effects use smooth 0.5s transitions and are optimized for 60fps.

    Optimized with React.memo for performance:

    • Prevents re-renders when props haven't changed
    • Custom comparison function for precise control
    • Reduces DOM updates for 60fps target
    <PlayerStateOverlayHtml
    pain={65}
    balanceState="SHAKEN"
    position="left"
    consciousness={80}
    bloodLoss={45}
    stamina={15}
    isMobile={false}
    />