Skip to content

ECS Framework API v2.1.50


ECS Framework API / getSystemInstanceTypeName

Function: getSystemInstanceTypeName()

getSystemInstanceTypeName(system): string

Defined in: ECS/Decorators/TypeDecorators.ts:124

从系统实例获取类型名称

Parameters

system

EntitySystem

系统实例

Returns

string

系统类型名称

Released under the MIT License.