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

Interface IDestroy

bin/ts/ts/LayaAir.d.ts:3724–3726  ·  view source on GitHub ↗

* @private * IDestroy 是对象销毁的接口。

Source from the content-addressed store, hash-verified

3722 * <code>IDestroy</code> 是对象销毁的接口。
3723 */
3724 interface IDestroy {
3725 destroy(): void;
3726 }
3727}
3728declare module laya.resource {
3729 /**

Callers

nothing calls this directly

Implementers 5

Emissionbin/ts/ts/LayaAir.d.ts
GeometryElementbin/ts/ts/LayaAir.d.ts
Componentbin/ts/ts/LayaAir.d.ts
Resourcebin/ts/ts/LayaAir.d.ts
AnimationPlayerbin/ts/ts/LayaAir.d.ts

Calls

no outgoing calls

Tested by

no test coverage detected