bga-dice
    Preparing search index...

    Interface RollDieSettings

    interface RollDieSettings {
        duration: number | number[];
        effect?: DiceRollEffect;
    }
    Index

    Properties

    Properties

    duration: number | number[]

    Duration. A number (if fixed), or an array of 2, and it will be a random value between the 2 values. Default 1000.

    Set the dice roll effect. Default 'rollOutPauseAndBack';