Hierarchy

Constructors

  • Parameters

    Returns CylinderMeshEditor

Properties

hooks: Subscribe<{
    objectUpdate: (() => void);
}> = ...
name: string = 'IObject3D'

Optional name of the object (doesn't need to be unique).

needsRender: boolean

Methods

  • Adds object as child of this object.

    Parameters

    • Rest...objects: Object3D[]

    Returns CylinderMeshEditor

  • Parameters

    • Rest...objects: Object3D[]

    Returns CylinderMeshEditor

  • @description: 禁用编辑器

    Returns void

  • @description: 开启编辑器

    Returns void

  • Returns void

  • Removes object as child of this object.

    Parameters

    • Rest...objects: Object3D[]

    Returns CylinderMeshEditor