Preparing search index...
The search index is not available
sej
sej
AddObjectCommand
Class AddObjectCommand
Add object command.
Hierarchy
AbstractCommand
AddObjectCommand
Index
Constructors
constructor
Properties
editor
id
in
Memory
json
name
object?
type
updatable
Methods
execute
fromJSON
test
toJSON
undo
Constructors
constructor
new
Add
Object
Command
(
editor
,
object
?
)
:
AddObjectCommand
Add object command.
Parameters
editor
:
Editor
Pointer to
Editor
.
Optional
object
:
Object3D
<
Object3DEventMap
>
Object to add.
Returns
AddObjectCommand
Properties
editor
editor
:
Editor
id
id
:
number
in
Memory
in
Memory
:
boolean
json
json
:
undefined
|
CommandJSON
name
name
:
string
Optional
object
object
?:
Object3D
<
Object3DEventMap
>
type
type
:
string
updatable
updatable
:
boolean
Methods
execute
execute
(
)
:
void
Returns
void
fromJSON
fromJSON
(
json
)
:
void
Parameters
json
:
AddObjectCommandJSON
Returns
void
test
test
(
)
:
boolean
Returns
boolean
toJSON
toJSON
(
)
:
AddObjectCommandJSON
Returns
AddObjectCommandJSON
undo
undo
(
)
:
void
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
editor
id
in
Memory
json
name
object
type
updatable
execute
fromJSON
test
toJSON
undo
sej
AbstractCommand
AbstractDebugger
AbstractEditor
AbstractExampleFactory
AbstractGISHelper
AbstractHistory
AbstractKeyboardControls
AbstractLoader
AbstractLoaderManager
AbstractRenderer
AbstractSelector
AbstractSpatialHashGrid
AbstractStorage
AbstractViewport
AbstractViewportControls
AddObjectCommand
ComplexExampleFactory
Config
EmptyCommand
ModelLoader
NordicGISHelper
Loading...
Generated using
TypeDoc
Add object command.