View namespace

This namespace contains all the UI related functionalities, including the viewers, inputs and tools.

Signature:

export declare namespace View 

Enumerations

EnumerationDescription
ViewBackgroundBackground mode.

Namespaces

NamespaceDescription
InputThe input methods.
Tool
Visualize

Variables

VariableDescription
ArrowStylearrow style for rectangle mark
DrawModeDrawing type for marks
GLTFLoaderA GLTF Loader.
PathFollowingAnimatorPawn path following animation controlled by input key points.
PawnA small 3D object that can be created dynamically.
PawnBillboardA small 3D object that can be created dynamically and always faces the camera.
Scene3DA 3D scene.
SelectTypeselect mode for mark
State
Text3DA 3d text object that can be created dynamically.
Text3DBillboardA 3d text billboard that can be created dynamically.
TransactionManager撤销恢复管理器
TRANSFORM_TYPETransform Gizmo操作的类型
ViewAngleView directions.
Viewer360The viewer that displays a panorama.
Viewer360BaseThe base viewer that displays a panorama.
Viewer3DThe viewer that displays a 3D scene.
Viewer3DBaseThe base viewer that displays a 3D scene.
Viewer3DCompareThe viewer that displays two 3D scenes side by side.
Viewer3DDarkThe viewer that displays 3D scene with overrided color schema.

Type Aliases

Type AliasDescription
Viewer3dConfigThe config interface of Viewer3D