Skip to content

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

ContainerHeader interface

容器头结构

Signature:

typescript
export interface ContainerHeader

Properties

Property

Modifiers

Type

Description

algo

string

压缩算法名称

flags

number

标志位,预留扩展用

magic

'MCF0'

魔数标识 'MCF0'

originalSize

number

原始数据大小

version

1

版本号

基于 MIT 许可证发布