@relu-interactives/spatial-ecs
@relu-interactives/spatial-ecs / index / PhysicsSyncSystem
Class: PhysicsSyncSystem
Defined in: systems/PhysicsSyncSystem.ts:285
Implements
Constructors
Constructor
ts
new PhysicsSyncSystem(options?): PhysicsSyncSystem;Defined in: systems/PhysicsSyncSystem.ts:295
Parameters
| Parameter | Type |
|---|---|
options? | { isEditor?: boolean; } |
options.isEditor? | boolean |
Returns
PhysicsSyncSystem
Methods
update()
ts
update(world, deltaTime): void;Defined in: systems/PhysicsSyncSystem.ts:349
Parameters
| Parameter | Type |
|---|---|
world | World |
deltaTime | number |
Returns
void
Implementation of
dispose()
ts
dispose(world): void;Defined in: systems/PhysicsSyncSystem.ts:570
Parameters
| Parameter | Type |
|---|---|
world | World |
Returns
void

