Strata - v1.4.10
    Preparing search index...

    Interface ScreenShakeIntensity

    Screen shake intensity configuration.

    Defines the magnitude of shake effects across different axes.

    interface ScreenShakeIntensity {
        maxOffsetX: number;
        maxOffsetY: number;
        maxRotation: number;
        trauma: number;
    }
    Index

    Properties

    maxOffsetX: number

    Maximum horizontal screen offset in pixels.

    maxOffsetY: number

    Maximum vertical screen offset in pixels.

    maxRotation: number

    Maximum rotation in radians.

    trauma: number

    Trauma level (0-1) representing shake intensity.