CreatedState
The CreatedState interface represents the state of created actors, entities, components, and inputs.
Properties
actors
actors:
Object
Index signature
[key
: string
]: boolean
Source
components
components:
Object
Index signature
[key
: string
]: Object
Source
entities
entities:
string
[]
Source
inputs
inputs:
Object
Index signature
[key
: string
]: any
[]
Source
Generated using typedoc-plugin-markdown and TypeDoc