Skip to content

ECS Framework API v2.2.13


ECS Framework API / EntityRefRecord

Interface: EntityRefRecord

Defined in: packages/core/src/ECS/Core/ReferenceTracker.ts:57

Entity引用记录

Properties

component

component: IWeakRef<Component>

Defined in: packages/core/src/ECS/Core/ReferenceTracker.ts:58


propertyKey

propertyKey: string

Defined in: packages/core/src/ECS/Core/ReferenceTracker.ts:59

Released under the MIT License.