Skip to content

moveEntities

moveEntities(world, deltaSeconds): void

Defined in: packages/engine/src/gameplay/entity/transform.ts:30

Moves each entity by its velocity. A streamed entity is left where the room put it, and a held hero where she stands.

Parameter Type
world World
deltaSeconds number

void