Function sceneObjectAction

  • An attribute that can be added to a static method to create a new SceneObject action. SceneObject actions allow developers to extend toolbars and context menus for scene object specific actions such as select or duplicate.

    Whenever the associated key combination is pressed in an scene object editing context, the associated method will be invoked.

    Parameters

    Returns AttributeDecorator<Attribute>

    The method must have the following signature

    The scenePickingData is optional and may not be available in all contexts.