跳到主要内容

flywave-mapview.mapanchors

Home > @flywave/flywave-mapview > MapAnchors

MapAnchors class

Container holding [[MapAnchor]] objects.

Signature:

export declare class MapAnchors 

Properties

Property

Modifiers

Type

Description

children

readonly

MapAnchor<THREE.Object3D<THREE.Object3DEventMap>>[]

All currently added [[MapAnchor]]s.

Methods

Method

Modifiers

Description

add(mapAnchor)

Add a [[MapAnchor]].

clear()

Remove all [[MapAnchor]]s.

remove(mapAnchor)

Remove a [[MapAnchor]].

setPriorities(priorities)