Skip to content

ECS Framework API v2.2.13


ECS Framework API / getSystemInstanceTypeName

Function: getSystemInstanceTypeName()

getSystemInstanceTypeName(system): string

Defined in: packages/core/src/ECS/Decorators/TypeDecorators.ts:162

从系统实例获取类型名称

Parameters

system

EntitySystem

系统实例

Returns

string

系统类型名称

Released under the MIT License.