wima
Preparing search index...
SpawnCommand
Class SpawnCommand
Hierarchy (
View Summary
)
Command
SpawnCommand
Index
Constructors
constructor
Properties
components
entity
Methods
execute
insert
insert
Prefab
undo
Constructors
constructor
new
SpawnCommand
(
entity
:
Entity
)
:
SpawnCommand
Parameters
entity
:
Entity
Returns
SpawnCommand
Properties
components
components
:
any
[]
= []
Readonly
entity
entity
:
Entity
Methods
execute
execute
(
registry
:
World
)
:
void
Parameters
registry
:
World
Returns
void
insert
insert
<
T
>
(
component
:
T
)
:
void
Type Parameters
T
Parameters
component
:
T
Returns
void
insert
Prefab
insertPrefab
<
T
extends
unknown
[]
>
(
components
:
[
...
T
[]
]
)
:
void
Type Parameters
T
extends
unknown
[]
Parameters
components
:
[
...
T
[]
]
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
insert
insert
Prefab
undo
wima
Loading...