kokomi.js
    Preparing search index...

    Interface InfospotConfig

    interface InfospotConfig {
        className?: string;
        id: string;
        jump?: string;
        name?: string;
        point: Vector3;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    className?: string
    id: string
    jump?: string
    name?: string
    point: Vector3