Skip to content

ECS Framework API v2.2.13


ECS Framework API / getSystemTypeName

Function: getSystemTypeName()

getSystemTypeName<T>(systemType): string

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

获取系统类型的名称,优先使用装饰器指定的名称

Type Parameters

T

T extends EntitySystem

Parameters

systemType

(...args) => T

系统构造函数

Returns

string

系统类型名称

Released under the MIT License.