Preparing search index...
The search index is not available
sej
sej
AbstractCommand
Class AbstractCommand
Abstract
Abstract class for all commands.
Hierarchy
AbstractCommand
AddObjectCommand
EmptyCommand
RemoveObjectCommand
SetPositionCommand
SetRotationCommand
SetScaleCommand
Implements
Command
Index
Constructors
constructor
Properties
editor
id
in
Memory
json
name
type
updatable
Methods
execute
fromJSON
test
toJSON
undo
Constructors
constructor
new
Abstract
Command
(
editor
)
:
AbstractCommand
Parameters
editor
:
Editor
Returns
AbstractCommand
Properties
editor
editor
:
Editor
id
id
:
number
in
Memory
in
Memory
:
boolean
json
json
:
undefined
|
CommandJSON
name
name
:
string
type
type
:
string
updatable
updatable
:
boolean
Methods
execute
execute
(
)
:
void
Returns
void
fromJSON
fromJSON
(
json
)
:
void
Parameters
json
:
CommandJSON
Returns
void
test
test
(
)
:
boolean
Returns
boolean
toJSON
toJSON
(
)
:
CommandJSON
Returns
CommandJSON
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
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
Abstract class for all commands.