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

    Class ClickSelectionViewportInteraction

    The ClickSelectionViewportInteraction implements a ViewportInteractionBase that enables the user to select objects by left-clicking and a context-menu on right-click.

    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