Skip to content

Home > @esengine/ecs-framework-monorepo > IEntityHierarchyNode

IEntityHierarchyNode interface

实体层次结构节点接口

Signature:

typescript
export interface IEntityHierarchyNode

Properties

Property

Modifiers

Type

Description

active

boolean

activeInHierarchy

boolean

children

IEntityHierarchyNode[]

componentCount

number

componentTypes

string[]

depth

number

enabled

boolean

id

number

name

string

parentId

number | null

tag

number

updateOrder

number

基于 MIT 许可证发布