Documentation
    Preparing search index...
    interface AnimationNormalsData {
        angleGradientUuid?: string;
        angleScrollSpeed: number;
        animFlags: ("none" | "traveling" | "useLedIndices")[];
        axisGradientUuid?: string;
        axisOffset: number;
        axisScale: number;
        axisScrollSpeed: number;
        category: "system" | "uniform" | "colorful" | "flashy" | "animated";
        dieType:
            | "unknown"
            | "d4"
            | "d6"
            | "d8"
            | "d10"
            | "d00"
            | "d12"
            | "d20"
            | "d6pipped"
            | "d6fudge";
        duration: number;
        fade: number;
        gradientColorType: "none"
        | "faceToGradient"
        | "faceToRainbowWheel";
        gradientColorVar: number;
        gradientUuid?: string;
        name: string;
        uuid: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    angleGradientUuid?: string
    angleScrollSpeed: number
    animFlags: ("none" | "traveling" | "useLedIndices")[]
    axisGradientUuid?: string
    axisOffset: number
    axisScale: number
    axisScrollSpeed: number
    category: "system" | "uniform" | "colorful" | "flashy" | "animated"
    dieType:
        | "unknown"
        | "d4"
        | "d6"
        | "d8"
        | "d10"
        | "d00"
        | "d12"
        | "d20"
        | "d6pipped"
        | "d6fudge"
    duration: number
    fade: number
    gradientColorType: "none" | "faceToGradient" | "faceToRainbowWheel"
    gradientColorVar: number
    gradientUuid?: string
    name: string
    uuid: string