Documentation
    Preparing search index...

    Base class for animation editing classes.

    Hierarchy (View Summary)

    Index

    Constructors

    • Parameters

      • Optionalopt: EditAnimationParams & {
            count?: number;
            cycles?: number;
            faceMask?: number;
            fade?: number;
            gradient?: RgbGradient;
            intensity?: number;
        }

      Returns Profiles.AnimationCycle

    Properties

    animFlags: number
    category: "system" | "uniform" | "colorful" | "flashy" | "animated"
    count: number
    cycles: number
    dieType:
        | "unknown"
        | "d4"
        | "d6"
        | "d8"
        | "d10"
        | "d00"
        | "d12"
        | "d20"
        | "d6pipped"
        | "d6fudge"
    duration: number

    Animation duration in seconds.

    faceMask: number
    fade: number
    gradient?: RgbGradient
    intensity: number
    name: string
    type: "cycle"

    The animation type.

    Accessors

    • get uuid(): string

      Returns string

    Methods