* @private * IClone 资源克隆接口。
| 14764 | * <code>IClone</code> 资源克隆接口。 |
| 14765 | */ |
| 14766 | interface IClone { |
| 14767 | clone(): any; |
| 14768 | cloneTo(destObject: any): void; |
| 14769 | } |
| 14770 | } |
| 14771 | declare module laya.d3.core { |
| 14772 | import Vector2 = laya.d3.math.Vector2; |
nothing calls this directly
no outgoing calls
no test coverage detected