Skip to content

ECS Framework API v2.2.13


ECS Framework API / EntityDebugInfo

Interface: EntityDebugInfo

Defined in: packages/core/src/Plugins/DebugPlugin.ts:52

实体调试信息

Properties

id

id: number

Defined in: packages/core/src/Plugins/DebugPlugin.ts:53


name

name: string

Defined in: packages/core/src/Plugins/DebugPlugin.ts:54


enabled

enabled: boolean

Defined in: packages/core/src/Plugins/DebugPlugin.ts:55


tag

tag: number

Defined in: packages/core/src/Plugins/DebugPlugin.ts:56


componentCount

componentCount: number

Defined in: packages/core/src/Plugins/DebugPlugin.ts:57


components

components: ComponentDebugInfo[]

Defined in: packages/core/src/Plugins/DebugPlugin.ts:58

Released under the MIT License.