Skip to content

@relu-interactives/spatial-ecs


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

Class: AnimationSystem

Defined in: systems/AnimationSystem.ts:295

Implements

Constructors

Constructor

ts
new AnimationSystem(): AnimationSystem;

Returns

AnimationSystem

Methods

update()

ts
update(world, deltaTime): void;

Defined in: systems/AnimationSystem.ts:422

Parameters

ParameterType
worldWorld
deltaTimenumber

Returns

void

Implementation of

EcsSystem.update


dispose()

ts
dispose(): void;

Defined in: systems/AnimationSystem.ts:549

Returns

void

Implementation of

EcsSystem.dispose