Class SceneObjectDragDropViewportInteraction

The SceneObjectDragDropViewportInteraction handles dragging scene objects from the outliner onto a scene object in the 3D viewport, reparenting the dragged objects to the drop target.

Hierarchy (view full)

Constructors

Properties

viewportRenderer: UIViewportRenderer

The viewport this interaction controls.

Accessors

  • get isAvailable(): boolean
  • Virtual

    Determines if the interaction is available.

    Returns boolean

    If the interaction is not available, no events will be forwarded to it. This property allows interactions to determines if all the dependencies are availble for it to execute.

  • get viewportCamera(): ViewportCamera
  • The ViewportCamera the interaction controls.

    Returns ViewportCamera

Methods