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

    Interface ConsciousnessBlurProps

    interface ConsciousnessBlurProps {
        consciousness: number;
        intensityScale?: number;
        isMobile: boolean;
    }
    Index

    Properties

    consciousness: number

    Current consciousness level (0-100) 100 = fully conscious, 0 = unconscious

    의식수준

    intensityScale?: number

    Multiplier applied to the effect's maximum blur + darkening (0.0-1.0).

    Use this to soften the fullscreen effect when the 3D arena is already visually compressed (e.g. portrait mobile). Default is 1.0.

    효과강도배수

    isMobile: boolean

    Mobile responsive mode (reduced blur strength)

    모바일여부