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