Skip to content

Home > @esengine/ecs-framework-monorepo > Bits > isEmpty

Bits.isEmpty() method

检查位集合是否为空

Signature:

typescript
isEmpty(): boolean;

Returns:

boolean

如果所有位都为0则返回true

基于 MIT 许可证发布