Interface InfospotConfig

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

Indexable

  • [key: string]: any

Properties

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