• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 333 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0053 秒)

331. 插件开发说明 · LayaAir3.4 · 引擎文档 · LAYABOX [ 29%]

...orter还可以改写资源的输出,这主要是通过exportInfo.contents数组。默认情况下,exportInfo.contents包含了一个元素,它表示将源文件原样复制到输出目录。下面的例子是直接替换源文件的输出,改为输出一个文本。 this.exportInfo.contents[...

来源: Laya3.0_文档 发布时间: 20251010

332. socket大型项目回调 [ 24%]

...st,port); this.socket = new Laya.Socket(); //用的子协议,字符串或数组 // this.socket.protocols = egret.WebSocket.TYPE_BINARY; this.socket.on(Laya.Event.OPEN, this, this.onConnect); this.socket.on(Laya.Event.CLOSE, this, this.onClose); this.socket.on(Laya.Event.ERROR, this, this.onIOError...

来源: Laya_社区 发布时间: 20180119

333. laya.ui.Tree_API3.0 [ 23%]

...组件实例。 Returns ReadonlyArray<Component> 返回组件实例数组。 customRenderEnable set customRenderEnable(b: boolean): void Inherited from Text.customRenderEnable Defined in laya/display/Sprite.ts:327 设置是否开启自定义渲染,只有开启自定义渲染,才能使用cu...

来源: Laya3.0_api 发布时间: 20231115