RTSDK
    Preparing search index...

    Interface WorldDetailsInterface

    interface WorldDetailsInterface {
        background?: null | string;
        controls?: {
            allowMuteAll?: boolean;
            disableHideVideo?: boolean;
            isMobileDisabled?: boolean;
            isShowingCurrentGuests?: boolean;
        };
        created?: object;
        description?: string;
        enforceWhitelistOnLogin?: boolean;
        forceAuthOnLogin?: boolean;
        height?: number;
        heroImage?: string;
        mapExists?: boolean;
        name?: string;
        redirectTo?: null
        | string;
        spawnPosition?: { x?: number; y?: number };
        tileBackgroundEverywhere?: null | boolean;
        urlSlug: string;
        useTopiaPassword?: boolean;
        width?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    background?: null | string
    controls?: {
        allowMuteAll?: boolean;
        disableHideVideo?: boolean;
        isMobileDisabled?: boolean;
        isShowingCurrentGuests?: boolean;
    }
    created?: object
    description?: string
    enforceWhitelistOnLogin?: boolean
    forceAuthOnLogin?: boolean
    height?: number
    heroImage?: string
    mapExists?: boolean
    name?: string
    redirectTo?: null | string
    spawnPosition?: { x?: number; y?: number }
    tileBackgroundEverywhere?: null | boolean
    urlSlug: string
    useTopiaPassword?: boolean
    width?: number