Home > @esengine/ecs-framework-monorepo > BitMask64Utils > andInPlace
BitMask64Utils.andInPlace() method
对目标掩码执行按位与操作
Signature:
typescript
static andInPlace(target: BitMask64Data, other: BitMask64Data): void;
Parameters
Parameter | Type | Description |
---|---|---|
target | 目标掩码(原地修改) | |
other | 用于按位与的掩码 |
Returns:
void