ecspresso
Preparing search index...
plugins/coroutine
CoroutineWorld
Interface CoroutineWorld
Structural interface for ECS methods used by cancelCoroutine.
interface
CoroutineWorld
{
commands
:
{
removeComponent
(
entityId
:
number
,
componentName
:
string
)
:
void
;
}
;
getComponent
(
entityId
:
number
,
componentName
:
string
)
:
unknown
;
}
Index
Properties
commands
Methods
get
Component
Properties
commands
commands
:
{
removeComponent
(
entityId
:
number
,
componentName
:
string
)
:
void
}
Methods
get
Component
getComponent
(
entityId
:
number
,
componentName
:
string
)
:
unknown
Parameters
entityId
:
number
componentName
:
string
Returns
unknown
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
commands
Methods
get
Component
ecspresso
Loading...
Structural interface for ECS methods used by cancelCoroutine.