Skip to content

Home > @esengine/ecs-framework-monorepo > ECSFluentAPI > (constructor)

ECSFluentAPI.(constructor)

Constructs a new instance of the ECSFluentAPI class

Signature:

typescript
constructor(scene: IScene, querySystem: QuerySystem, eventSystem: TypeSafeEventSystem);

Parameters

Parameter

Type

Description

scene

IScene

querySystem

QuerySystem

eventSystem

TypeSafeEventSystem

基于 MIT 许可证发布