大约有 204 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0052 秒)
Laya_社区(163) Laya2.0_api(9) laya_api(7) Laya3.0_文档(7) Laya3.0_api(7) Laya2.0_文档(7) Laya2.0_示例(2) Laya_示例(2)
...perties _extra _ownGraphics _scene _scene3D _skinBaseUrl _url autoDestroyAtClosed autoSize hitTestPrior mouseThrough name tag drawtocanvCtx unDestroyedScenes Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blendMode bottom cacheAs centerX centerY components customRe...
来源: Laya3.0_api 发布时间: 20231115
...件的内容,返回一个ArrayBuffer */ readFile(id:number):ArrayBuffer; close():void; new ():ZipFile; } declare var ZipFile:ZipFile; ``` * 手动更新dcc缓存的功能。 ```javascript interface AppCache{ ... /** * 更新dcc缓存中的一个文件 * @param nameid 更新的文件的id。 * 路...
来源: Laya2.0_文档 发布时间: 20210714
...scrollBar,则会自动识别list下的滚动条 还有dialog下的drag、close等 声明var,我们可以直接通过var命名去得到该组件的实例,通过name可以获得组件内部嵌套的引用,譬如box(var myBox)下的btn(name btn),就可以通过myBox.btn得到 cuixueyi...
来源: Laya_社区 发布时间: 20160824
...件的内容,返回一个ArrayBuffer */ readFile(id:number):ArrayBuffer; close():void; readAsTextByName(name:string):string; readAsArrayBufferByName(name:string):ArrayBuffer; new ():ZipFile; } declare var ZipFile:ZipFile; 手动更新dcc缓存的功能。 interface AppCache{ ... delAllCache():void...
来源: Laya3.0_文档 发布时间: 20241024
...); this.socket.on(Event.MESSAGE,this,receiveHandler); this.socket.on(Event.CLOSE,this,closeHandler); this.socket.on(Event.ERROR,this,errorHandler); } public function connect():void { if(!this.socket.connected){ this.socket.connectByUrl("ws://127.0.0.1:9000");//建立连接; } } public function sen...
来源: Laya_社区 发布时间: 20180202
... console.log(msg); } protected _onClose(...args: any[]): void { super._onClose(args); console.log("link closeed : "); console.log(args); this.reset(); } protected ...
来源: Laya_社区 发布时间: 20170602
...nction):void 清理定时器。功能同Laya.timer.clearTimer()。 Node close():void 关闭颜色样本列表面板。 ColorPicker contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node customRender(context:RenderContext, x:Number, y:Number):void 自定义更...
来源: laya_api 发布时间: 20170929
...伤手 赞同来自: 找到原因了,是因为这里,没有关闭(this.close()),直接把3d场景new出来了。虽然页面被影藏了,但是当我点击到[开始]按钮的位置的时候,我的这个new LayaAir3D()又被执行了一次。导致场景中的地形被重复添加组件...
来源: Laya_社区 发布时间: 20200505
...nction):void 清理定时器。功能同Laya.timer.clearTimer()。 Node close():void 关闭颜色样本列表面板。 ColorPicker contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node customRender(context:Context, x:Number, y:Number):void 自定义更新、...
来源: Laya2.0_api 发布时间: 20190513
...perties _extra _ownGraphics _scene _scene3D _skinBaseUrl _url autoDestroyAtClosed autoSize hitTestPrior mouseThrough name tag drawtocanvCtx unDestroyedScenes Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blendMode bottom cacheAs centerX centerY components customRe...
来源: Laya3.0_api 发布时间: 20231115