The jecs module is the main module.
It exports the classes you are supposed to instantiate directly.
Example
import { Engine, Timer } from 'jecs';
Members
(static) Engine :Engine
Properties:
Name | Type | Description |
---|---|---|
Engine |
The Engine class
Type:
- Engine
(static) Simulator :Simulator
Properties:
Name | Type | Description |
---|---|---|
Simulator |
The Simulator class
Type:
- Simulator
(static) Timer :Timer
Properties:
Name | Type | Description |
---|---|---|
Timer |
The Timer class
Type:
- Timer