大约有 1,421 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0104 秒)
Laya_社区(873) Laya2.0_文档(129) Laya3.0_api(105) Laya_示例(75) Laya2.0_api(66) Laya3.0_文档(61) laya_api(61) Laya2.0_示例(51)
...游戏的研发和发行,目前累计注册用户已破5亿,已发行100多款小游戏。 【风领文化是什么】 “携手共进,不忘初心”,这是风领的企业文化。风领的发展离不开每位小伙伴的努力和奉献,始终感恩能与小伙伴们同舟共济,不论...
来源: Laya_社区 发布时间: 20200417
...eList.spaceY = 0; // this.publicSpaceList.x = 22; this.publicSpaceList.y = 100; this.publicSpaceList.width = 1553; this.publicSpaceList.height = 810;// this.publicSpaceList.vScrollBarSkin = ""; this.publicSpaceList.selectHandler = new Laya.Handler(this, this.onListSelect); this.publicSpaceList.rende...
来源: Laya_社区 发布时间: 20170923
... onLoading(progress){ this.gameLoading.loadTxt.text="Loading..."+(progress*100)+"%"; } onLoaded() { this.cacheAnimation(); var waterBg = Laya.Sprite.fromImage("res/bg.png"); Laya.stage.addChild(waterBg); //创建背景 this.bg = []; this.bg[0] = new BackGround("res/bg1.png", 0.1); this.bg[0].pos(0, ...
来源: Laya_社区 发布时间: 20170103
...efactor: 1 [2023-06-20 18:19:19.046] [resource_tool] [info] m scalefactor: 100, multiplier: 1 [2023-06-20 18:19:19.046] [resource_tool] [info] cm scalefactor: 1, multiplier: 1 [2023-06-20 18:19:19.046] [resource_tool] [info] ConvertUnit scalefactor: 100, multiplier: 1 [2023-06-20 18:19:19.048] [reso...
来源: Laya_社区 发布时间: 20230621
...ate=S schedstat=( 13445238879 5209712503 44696 ) utm=931 stm=413 core=3 HZ=100 | stack=0x7fcb03f000-0x7fcb041000 stackSize=8MB | held mutexes= at java.lang.Object.wait (Native method) - waiting on <0x091b0af6> (a android.opengl.GLSurfaceView$GLThreadManager) at android.opengl.GLSurfaceVi...
来源: Laya_社区 发布时间: 20190626
...ew Laya.Area2D(); //设置2D区域节点的位置和大小 this.area2D.pos(100, 100); this.area2D.size(200, 200); this.owner.addChild(this.area2D); //创建2D相机 this.camera2D = this.area2D.addChild(new Laya.Camera2D); //开发者可以根据需求自行设置相机的各项属性,例如: //...
来源: Laya3.0_文档 发布时间: 20251010
...fined in laya/d3/core/scene/BVHSceneRenderManager/BVHSceneRenderManager.ts:100 destroy Returns void removeMotionObject removeMotionObject(object: BaseRender): void Overrides SceneRenderManager.removeMotionObject Defined in laya/d3/core/scene/BVHSceneRenderManager/BVHSceneRenderManager.ts:72 remove m...
来源: Laya3.0_api 发布时间: 20231115
...Sprite里面,示例: var htmlCanvas:HTMLCanvas = sprite.drawToCanvas(100, 100, 0, 0);//把精灵绘制到canvas上面 var texture:Texture = new Texture(htmlCanvas);//使用htmlCanvas创建Texture var sp:Sprite = new Sprite().pos(0, 200);//创建精灵并把它放倒200位置 sp.graphics.drawText...
来源: laya_api 发布时间: 20170929
..."absolute";//设置布局定位。这个不能少。 iframe.style.zIndex = 100;//设置层级 iframe.style.left =pt.x+"px"; iframe.style.top =pt.y+"px"; iframe.src = "target-div.html"; Browser.document.getElementById("layaContainer").appendChild(iframe); 2018-07-13 0 0 分享 微博 QZONE 微信 ...
来源: Laya_社区 发布时间: 20180626
... cloneTo cloneTo(destObject: any): void Defined in laya/d3/math/Plane.ts:100 克隆。 Parameters destObject: any 克隆源。 Returns void normalize normalize(): void Defined in laya/d3/math/Plane.ts:84 更改平面法线向量的系数,使之成单位长度。 Returns void Static createPlaneBy3P...
来源: Laya3.0_api 发布时间: 20231115