wima
Preparing search index...
WindowCommand
Class WindowCommand
Hierarchy (
View Summary
)
Command
WindowCommand
Index
Constructors
constructor
Properties
data
entity
type
Methods
execute
undo
Constructors
constructor
new
WindowCommand
(
entity
:
Entity
,
type
:
number
,
data
:
any
)
:
WindowCommand
Parameters
entity
:
Entity
type
:
number
data
:
any
Returns
WindowCommand
Properties
Readonly
data
data
:
any
Readonly
entity
entity
:
Entity
Readonly
type
type
:
number
Methods
execute
execute
(
_world
:
World
)
:
void
Parameters
_world
:
World
Returns
void
undo
undo
(
_world
:
World
)
:
void
Parameters
_world
:
World
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
data
entity
type
Methods
execute
undo
wima
Loading...