Documentation - v19.2.0-dev
    Preparing search index...

    Class ObjectImportController<TViewer>

    Type Parameters

    Index

    Constructors

    Properties

    _viewer: TViewer

    Methods

    • Returns whether the object can be processed by the controller

      Parameters

      Returns boolean

    • Clean the controller

      Returns void

    • Returns the object with the given uuid.

      Parameters

      • uuid: string

      Returns SerializedObject3D | null

    • Calls by the SceneLoader before the loading starts

      Returns Promise<void>

    • Returns whether the object should be added to the scene

      Parameters

      Returns boolean

    • Updates the given SerializedObject3D

      Parameters

      Returns void