主题
Home > @esengine/ecs-framework-monorepo > Bits > copyFrom
从另一个位集合复制值
Signature:
copyFrom(other: Bits): void;
Parameter
Type
Description
other
Bits
源位集合
Returns:
void