大约有 332 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0034 秒)
Laya_社区(298) Laya2.0_文档(10) Laya3.0_文档(8) Laya3.0_api(6) Laya2.0_示例(4) Laya2.0_api(3) laya_api(2) Laya_示例(1)
...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
...组件实例。 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