Skip to content

ECS Framework API v2.1.50


ECS Framework API / IEntityHierarchyNode

Interface: IEntityHierarchyNode

Defined in: Types/index.ts:306

实体层次结构节点接口

Properties

id

id: number

Defined in: Types/index.ts:307


name

name: string

Defined in: Types/index.ts:308


active

active: boolean

Defined in: Types/index.ts:309


enabled

enabled: boolean

Defined in: Types/index.ts:310


activeInHierarchy

activeInHierarchy: boolean

Defined in: Types/index.ts:311


componentCount

componentCount: number

Defined in: Types/index.ts:312


componentTypes

componentTypes: string[]

Defined in: Types/index.ts:313


parentId

parentId: null | number

Defined in: Types/index.ts:314


children

children: IEntityHierarchyNode[]

Defined in: Types/index.ts:315


depth

depth: number

Defined in: Types/index.ts:316


tag

tag: number

Defined in: Types/index.ts:317


updateOrder

updateOrder: number

Defined in: Types/index.ts:318

Released under the MIT License.