Metatell AI Bot - v0.0.10
    Preparing search index...

    Interface VRMAnimation

    VRM animation definition

    interface VRMAnimation {
        duration?: number;
        id: string;
        loop?: boolean;
        name?: string;
        type: "preset" | "custom";
        vrmaFilePath?: string;
    }
    Index

    Properties

    duration?: number
    id: string
    loop?: boolean
    name?: string
    type: "preset" | "custom"
    vrmaFilePath?: string