Preparing search index...
The search index is not available
elixr
elixr
SystemConfig
Class SystemConfig
Configuration component for game systems.
Hierarchy
GameComponent
<
any
>
SystemConfig
Index
Constructors
constructor
Properties
game
Object
system
Methods
on
Add
Constructors
constructor
new
System
Config
(
props
?:
false
|
Partial
<
Omit
<
any
,
keyof
Component
<
any
>
>
>
)
:
SystemConfig
Parameters
Optional
props:
false
|
Partial
<
Omit
<
any
,
keyof
Component
<
any
>
>
>
Returns
SystemConfig
Properties
game
Object
game
Object
:
GameObject
<
Object3DEventMap
>
system
system
:
GameSystem
Methods
on
Add
on
Add
(
)
:
void
Called when the component is added to an entity.
Returns
void
GitHub
NPM
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
Modules
elixr
System
Config
constructor
game
Object
system
on
Add
Configuration component for game systems.