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