wima
Preparing search index...
RemoveCommand
Class RemoveCommand<T>
Type Parameters
T
extends
unknown
[]
Hierarchy (
View Summary
)
Command
RemoveCommand
Index
Constructors
constructor
Properties
components
entity
Methods
execute
undo
Constructors
constructor
new
RemoveCommand
<
T
extends
unknown
[]
>
(
entity
:
EntityHandle
,
components
:
TupleConstructor
<
T
>
,
)
:
RemoveCommand
<
T
>
Type Parameters
T
extends
unknown
[]
Parameters
entity
:
EntityHandle
components
:
TupleConstructor
<
T
>
Returns
RemoveCommand
<
T
>
Properties
Readonly
components
components
:
TupleConstructor
<
T
>
Readonly
entity
entity
:
EntityHandle
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
components
entity
Methods
execute
undo
wima
Loading...