Skip to content

Home > @esengine/ecs-framework-monorepo > BitMask64Utils > clear

BitMask64Utils.clear() method

清除掩码的所有位为0

Signature:

typescript
static clear(mask: BitMask64Data): void;

Parameters

Parameter

Type

Description

mask

BitMask64Data

要清除的掩码(原地修改)

Returns:

void

基于 MIT 许可证发布