Skip to content

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

BitMask64Utils.xorInPlace() method

对目标掩码执行按位异或操作

Signature:

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

Parameters

Parameter

Type

Description

target

BitMask64Data

目标掩码(原地修改)

other

BitMask64Data

用于按位异或的掩码

Returns:

void

基于 MIT 许可证发布