Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface P3dNewHotspotOptions

Hierarchy

  • P3dNewHotspotOptions

Index

Properties

cameraTransform?: P3dCameraTransform

Camera position and target coordinates that hotspot will move camera to when selected. If not defined, then hotspot will not alter camera when selected

description?: string

Hotspot description

isSceneSpace?: boolean

If this flag is set then location coordinates are considered scene space coordinates rather than relative to the parent object

isVisible?: boolean

If set, will determine if hotspot will be visible or hidden when created

location?: { x: number; y: number; z: number }

Hotspot location x, y, z coordinates

Type declaration

  • x: number
  • y: number
  • z: number
parentObject?: P3dObject

Optional parent object for the hotspot

title?: string

Title string for the new hotspot

Generated using TypeDoc