Skip to content

Home > @esengine/ecs-framework-monorepo > Circle > copy

Circle.copy() method

复制另一个圆形的值

Signature:

typescript
copy(other: Circle): this;

Parameters

Parameter

Type

Description

other

Circle

源圆形

Returns:

this

当前圆形实例(链式调用)

基于 MIT 许可证发布