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

    Interface AnimationNAFMessage

    Animation NAF message structure

    interface AnimationNAFMessage {
        data: {
            animationId: string;
            networkId: string;
            options?: AnimationPlayOptions;
            owner: string;
            playbackId: string;
            timestamp: number;
        };
        dataType: "animation";
    }
    Index

    Properties

    Properties

    data: {
        animationId: string;
        networkId: string;
        options?: AnimationPlayOptions;
        owner: string;
        playbackId: string;
        timestamp: number;
    }
    dataType: "animation"