wima
Preparing search index...
ReparentCommand
Class ReparentCommand
Hierarchy (
View Summary
)
Command
ReparentCommand
Index
Constructors
constructor
Properties
entity
parent
Methods
execute
undo
Constructors
constructor
new
ReparentCommand
(
entity
:
EntityHandle
,
parent
?:
EntityHandle
,
)
:
ReparentCommand
Parameters
entity
:
EntityHandle
Optional
parent
:
EntityHandle
= undefined
Returns
ReparentCommand
Properties
Readonly
entity
entity
:
EntityHandle
Readonly
parent
parent
:
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
entity
parent
Methods
execute
undo
wima
Loading...