roavatar-renderer
    Preparing search index...

    Type Alias AnimationSetEntry

    type AnimationSetEntry = {
        id: string;
        isEmote?: boolean;
        weight: number;
    }
    Index

    Properties

    Properties

    id: string
    isEmote?: boolean
    weight: number