Skip to content

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

BitMask64Utils.andInPlace() method

对目标掩码执行按位与操作

Signature:

typescript
static andInPlace(target: BitMask64Data, other: BitMask64Data): void;

Parameters

Parameter

Type

Description

target

BitMask64Data

目标掩码(原地修改)

other

BitMask64Data

用于按位与的掩码

Returns:

void

基于 MIT 许可证发布