大约有 636 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0112 秒)
...exture' of null 02-06 14:59:43.858 6545 6658 I LayaBox : var glTexture=this._source=gl.createTexture(); 02-06 14:59:43.858 6545 6658 I LayaBox : ^ 02-06 14:59:43.858 6545 6658 I LayaBox : TypeError: Cannot read property 'createTexture' of nu...
来源: Laya_社区 发布时间: 20180206
...器。功能同Laya.timer.clearTimer()。 Parameters caller: any 执行域(this)。 method: Function 结束时的回调方法。 Returns void clone clone(): Node Inherited from RenderableSprite3D.clone Defined in laya/d3/core/Sprite3D.ts:300 克隆。 Returns Node 克隆副本。 contains contains(n...
来源: Laya3.0_api 发布时间: 20231115
.../clip_tree_folder.png", "resource/ui/clip_tree_arrow.png"], Handler.create(this, onLoadComplete)); } private function onLoadComplete():void { var xmlString:String;//创建一个xml字符串,用于存储树结构数据。 xmlString = "<root><item label='box1'><abc...
来源: Laya3.0_api 发布时间: 20231115
...["resource/ui/hslider.png", "resource/ui/hslider$bar.png"], Handler.create(this, onLoadComplete));//加载资源。 } private function onLoadComplete():void { hSlider = new HSlider();//创建一个 HSlider 类的实例对象 hSlider 。 hSlider.skin = "resource/ui/hslider.png";//设置 hSlider 的...
来源: Laya3.0_api 发布时间: 20231115
...["resource/ui/vslider.png", "resource/ui/vslider$bar.png"], Handler.create(this, onLoadComplete));//加载资源。 } private function onLoadComplete():void { vSlider = new VSlider();//创建一个 VSlider 类的实例对象 vSlider 。 vSlider.skin = "resource/ui/vslider.png";//设置 vSlider 的...
来源: Laya3.0_api 发布时间: 20231115
...y 的值,用于控制 clip 对象的显示位置。 clip.on(Event.CLICK, this, onClick);//给 clip 添加点击事件函数侦听。 Laya.stage.addChild(clip);//将此 clip 对象添加到显示列表。 } private function onClick():void { trace("clip 的点击事件侦听处理函数。clip.total...
来源: Laya3.0_api 发布时间: 20231115
...景颜色。 Laya.loader.load("resource/ui/btn_close.png", Handler.create(this, onLoadComplete));//加载资源。 } private function onLoadComplete():void { dialog = new Dialog_Instance();//创建一个 Dialog_Instance 类的实例对象 dialog。 dialog.dragArea = "0,0,150,50";//设置 dialog 的...
来源: Laya3.0_api 发布时间: 20231115
...。 Returns number 返回向量长度的平方。 normalize normalize(): this Defined in laya/maths/Vector3.ts:468 归一化向量 Returns this scale scale(s: number, out: Vector3): Vector3 Defined in laya/maths/Vector3.ts:457 缩放向量 Parameters s: number 缩放值 out: Vector3 Returns Vector3 ...
来源: Laya3.0_api 发布时间: 20231115
...d Mode = double 05-16 15:59:48.991 7562-7562/com.dihong.testdcc I/LayaBox: This device supports vao 05-16 15:59:48.991 7562-7562/com.dihong.testdcc I/LayaBox: This device supports instanced draw 05-16 15:59:48.992 7562-7562/com.dihong.testdcc I/LayaBox: download thread num = 3 05-16 15:59:48.992 756...
来源: Laya_社区 发布时间: 20190516
...source/ui/hscroll$down.png", "resource/ui/hscroll$up.png"], Handler.create(this, onLoadComplete));//加载资源。 } private function onLoadComplete():void { hScrollBar = new HScrollBar();//创建一个 HScrollBar 类的实例对象 hScrollBar 。 hScrollBar.skin = "resource/ui/hscroll.png";//设...
来源: Laya3.0_api 发布时间: 20231115