Skip to content

Home > @esengine/ecs-framework-monorepo > Bits > copyFrom

Bits.copyFrom() method

从另一个位集合复制值

Signature:

typescript
copyFrom(other: Bits): void;

Parameters

Parameter

Type

Description

other

Bits

源位集合

Returns:

void

基于 MIT 许可证发布