Skip to main content

reply 执行加载回调

reply

类型: MethodDeclaration

所属类: ImageTexture

定义位置: webgl.ts

描述

执行加载回调

参数 type: 回调事件类型

参数

参数名类型描述默认值
typestring--

返回值

类型: void

源代码

位置: 第 2320 行

private reply(type: string): void {
BaseTexture.prototype.reply.call(this, type)
}

文档生成时间:2025/7/7 12:07:07