RSX Code Reference
    Preparing search index...
    • rsx
    • Editor
    • SceneObjectDragDropViewportInteraction

    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 Summary)

    Index
    viewportRenderer: UIViewportRenderer

    The viewport this interaction controls.

    • 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