Skip to content

ECS Framework API v2.1.50


ECS Framework API / createECSAPI

Function: createECSAPI()

createECSAPI(scene, querySystem, eventSystem): ECSFluentAPI

Defined in: ECS/Core/FluentAPI/ECSFluentAPI.ts:185

创建ECS流式API实例

Parameters

scene

IScene

场景

querySystem

QuerySystem

查询系统

eventSystem

TypeSafeEventSystem

事件系统

Returns

ECSFluentAPI

ECS流式API实例

Released under the MIT License.