Skip to content

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

BitMask64Data interface

64位掩码数据结构,使用两个32位整数表示

Signature:

typescript
export interface BitMask64Data

Properties

Property

Modifiers

Type

Description

hi

number

高32位

lo

number

低32位

基于 MIT 许可证发布