Home > @esengine/ecs-framework-monorepo > DirtyData
DirtyData interface
脏标记数据
Signature:
typescript
export interface DirtyData
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
实体引用 | |||
number | 脏标记位 | ||
number | 帧编号 | ||
Set<ComponentType> | 修改的组件类型列表 | ||
number | 标记时间戳 |