主题
Home > @esengine/ecs-framework-monorepo > Rectangle > copy
复制另一个矩形的值
Signature:
copy(other: Rectangle): this;
Parameter
Type
Description
other
Rectangle
源矩形
Returns:
this
当前矩形实例(链式调用)