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

    Variable AnimationUpdaterConst

    AnimationUpdater: React.FC<AnimationUpdaterProps> = ...

    AnimationUpdater Component

    Updates both player animations at 60fps using Three.js useFrame hook. Component only updates animation state, renders no visual elements.

    <AnimationUpdater
    player1Animation={player1Animation}
    player2Animation={player2Animation}
    />