@pixiv/three-vrm
    Preparing search index...

    Interface Meta

    interface Meta {
        allowedUserName?: "OnlyAuthor" | "ExplicitlyLicensedPerson" | "Everyone";
        author?: string;
        commercialUssageName?: "Disallow" | "Allow";
        contactInformation?: string;
        licenseName?:
            | "Redistribution_Prohibited"
            | "CC0"
            | "CC_BY"
            | "CC_BY_NC"
            | "CC_BY_SA"
            | "CC_BY_NC_SA"
            | "CC_BY_ND"
            | "CC_BY_NC_ND"
            | "Other";
        otherLicenseUrl?: string;
        otherPermissionUrl?: string;
        reference?: string;
        sexualUssageName?: "Disallow"
        | "Allow";
        texture?: number;
        title?: string;
        version?: string;
        violentUssageName?: "Disallow" | "Allow";
    }
    Index

    Properties

    allowedUserName?: "OnlyAuthor" | "ExplicitlyLicensedPerson" | "Everyone"

    A person who can perform with this avatar

    author?: string

    Author of VRM model

    commercialUssageName?: "Disallow" | "Allow"

    For commercial use

    contactInformation?: string

    Contact Information of VRM model author

    licenseName?:
        | "Redistribution_Prohibited"
        | "CC0"
        | "CC_BY"
        | "CC_BY_NC"
        | "CC_BY_SA"
        | "CC_BY_NC_SA"
        | "CC_BY_ND"
        | "CC_BY_NC_ND"
        | "Other"

    License type

    otherLicenseUrl?: string

    If “Other” is selected, put the URL link of the license document here.

    otherPermissionUrl?: string

    If there are any conditions not mentioned above, put the URL link of the license document here.

    reference?: string

    Reference of VRM model

    sexualUssageName?: "Disallow" | "Allow"

    Permission to perform sexual acts with this avatar

    texture?: number

    Thumbnail of VRM model

    title?: string

    Title of VRM model

    version?: string

    Version of VRM model

    violentUssageName?: "Disallow" | "Allow"

    Permission to perform violent acts with this avatar