clik-engine API
    Preparing search index...

    Interface FuzzOpts

    Options for RandomFuzzStrategy.

    interface FuzzOpts {
        actions: string[];
        resetOnInit?: boolean;
        toggleChance?: number;
    }
    Index

    Properties

    actions: string[]

    Action names to fuzz. Required — the strategy doesn't reach into the action map.

    resetOnInit?: boolean

    When true, releases all actions on the first frame for a clean baseline.

    toggleChance?: number

    Probability per frame that any given action toggles. Default 0.15.