sim-ecs - v0.6.5
Preparing search index...
ISystemActions
Interface ISystemActions
interface
ISystemActions
{
commands
:
Readonly
<
ICommands
>
;
currentState
:
undefined
|
Readonly
<
IState
>
;
getEntities
(
query
?:
Readonly
<
IEntitiesQuery
>
,
)
:
IterableIterator
<
IReadOnlyEntity
>
;
getResource
<
T
extends
object
>
(
type
:
TTypeProto
<
T
>
)
:
T
;
hasResource
<
T
extends
object
>
(
type
:
Readonly
<
T
>
|
TTypeProto
<
T
>
)
:
boolean
;
}
Hierarchy (
View Summary
)
ISystemActions
ITransitionActions
Index
Properties
commands
current
State
Methods
get
Entities
get
Resource
has
Resource
Properties
commands
commands
:
Readonly
<
ICommands
>
current
State
currentState
:
undefined
|
Readonly
<
IState
>
Methods
get
Entities
getEntities
(
query
?:
Readonly
<
IEntitiesQuery
>
)
:
IterableIterator
<
IReadOnlyEntity
>
Parameters
Optional
query
:
Readonly
<
IEntitiesQuery
>
Returns
IterableIterator
<
IReadOnlyEntity
>
get
Resource
getResource
<
T
extends
object
>
(
type
:
TTypeProto
<
T
>
)
:
T
Type Parameters
T
extends
object
Parameters
type
:
TTypeProto
<
T
>
Returns
T
has
Resource
hasResource
<
T
extends
object
>
(
type
:
Readonly
<
T
>
|
TTypeProto
<
T
>
)
:
boolean
Type Parameters
T
extends
object
Parameters
type
:
Readonly
<
T
>
|
TTypeProto
<
T
>
Returns
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
commands
current
State
Methods
get
Entities
get
Resource
has
Resource
sim-ecs - v0.6.5
Loading...