MCPcopy
hub / github.com/layabox/LayaAir-v1 / IClone

Interface IClone

bin/ts/ts/LayaAir.d.ts:14766–14769  ·  view source on GitHub ↗

* @private * IClone 资源克隆接口。

Source from the content-addressed store, hash-verified

14764 * <code>IClone</code> 资源克隆接口。
14765 */
14766 interface IClone {
14767 clone(): any;
14768 cloneTo(destObject: any): void;
14769 }
14770}
14771declare module laya.d3.core {
14772 import Vector2 = laya.d3.math.Vector2;

Callers

nothing calls this directly

Implementers 15

ShaderDatabin/ts/ts/LayaAir.d.ts
DefineDatasbin/ts/ts/LayaAir.d.ts
ColliderShapebin/ts/ts/LayaAir.d.ts
Vector4bin/ts/ts/LayaAir.d.ts
Vector3bin/ts/ts/LayaAir.d.ts
Vector2bin/ts/ts/LayaAir.d.ts
Quaternionbin/ts/ts/LayaAir.d.ts
ConchVector4bin/ts/ts/LayaAir.d.ts
ConchVector3bin/ts/ts/LayaAir.d.ts
ConchQuaternionbin/ts/ts/LayaAir.d.ts
Matrix4x4bin/ts/ts/LayaAir.d.ts
Matrix3x3bin/ts/ts/LayaAir.d.ts

Calls

no outgoing calls

Tested by

no test coverage detected