Skip to content

@relu-interactives/spatial-ecs


@relu-interactives/spatial-ecs / index / LightSyncSystem

Class: LightSyncSystem

Defined in: systems/LightSyncSystem.ts:69

Implements

Constructors

Constructor

ts
new LightSyncSystem(): LightSyncSystem;

Returns

LightSyncSystem

Methods

update()

ts
update(world): void;

Defined in: systems/LightSyncSystem.ts:72

Parameters

ParameterType
worldWorld

Returns

void

Implementation of

EcsSystem.update