sej
    Preparing search index...

    Class AbstractSelector

    Abstract selector class for all selectors.

    Implements

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    editor: Editor

    Pointer to main editor object used to initialize

    Methods

    • Deselect the selected object.

      Parameters

      • Optionalobject: Object3D<Object3DEventMap>

        object to be selected

      Returns void

    • Select one or more objects. If the object is already selected, it will be ignored.

      If there are multiple objects, an objectsSelected signal will be dispatched. Else, an objectSelected signal will be dispatched.

      Parameters

      • object: Object3D<Object3DEventMap> | Object3D<Object3DEventMap>[]

        Object or objects to select.

      Returns void

    • E2E test method.

      This method should return true if the test passes, and false if it fails. Check the method itself for more information.

      Returns boolean