大约有 4,338 项符合查询结果, 库内数据总量为 30,792 项。 (搜索耗时: 0.0064 秒)
Laya_社区(2450) Laya3.0_api(673) Laya2.0_api(357) laya_api(289) Laya2.0_文档(271) Laya_示例(157) Laya2.0_示例(116) Laya3.0_文档(25)
...或者在使用之前的类中,手动注册 runtime 形如: var reg:Function = ClassUtils.regClass; reg("script.GameUI",GameUI); 注册自己的 runtime 即可 2019-02-13 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前已经被...
来源: Laya_社区 发布时间: 20190201
... ConchJNI.RunJS("App.setSdkId('"+ mem_id +"')");as里写的 public static function setSdkId(id:String):void{ alert(id); eventManager.event(MyEvent.SET_SDK_ID,id); } 完全不行 为啥呀 难道不能写app 必须写全局方法吗? 2018-08-10 添加评论 免费帖 --> 分...
来源: Laya_社区 发布时间: 20180810
...;(类里面包含坐标、Sprite3D等变量) } 2.ts module A{ export function test(){ a = new a(); a.vector2 = new Vector2(100, 100); a.加载() //Laya.loader.create 加载一个模型。 这个a类里面有回调方法 a里面回调方法,回调回来后,发现...
来源: Laya_社区 发布时间: 20180516
视频播放问题 LayaAirIDE_1.7.10_beta public function LayaSample() { //初始化引擎 Laya.init(1024, 650 , WebGL); var videoElement:Object = Browser.createElement("video"); Browser.document.body.appendChild(videoElement); // 设置Video元素地样式和属性 videoElement.style.zInddex = ...
来源: Laya_社区 发布时间: 20171108
...层按钮事件监听 this.changeActionButton.on(Laya.Event.CLICK, this, function():void { this.camera.removeAllLayers(); this.layerIndex ++; this.camera.addLayer(this.layerIndex%4 +1); this.camera.addLayer(5); }); ``` ![](img/1.gif)(图1)
来源: Laya2.0_文档 发布时间: 20210715
...层按钮事件监听 this.changeActionButton.on(Laya.Event.CLICK, this, function():void { this.camera.removeAllLayers(); this.layerIndex ++; this.camera.addLayer(this.layerIndex%4 +1); this.camera.addLayer(5); }); ``` ![](img/1.gif)(图1)
来源: Laya2.0_文档 发布时间: 20210715
...epthPass constructor render update __init__ Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Enumeration Interface Static method
来源: Laya3.0_api 发布时间: 20231115
...代码: var self = this; self.loserPrize.on(Laya.Event.MOUSE_DOWN,self,function(){ self.clickHanlder(); }) Laya.Tween.to(self.loserPrize, { y: Laya.Browser.clientHeight }, Math.random() * 1500); self.gameZone.addChild(self.loserPrize); 大概如上 随手写出来的,就是一...
来源: Laya_社区 发布时间: 20180222
...自己从unity里面导出的sprite3d,都用 Laya.timer.loop(10,null,function():void{ layaMonkey.transform.rotate(vect,true,false) }) 让他自转,但自己从unity里面导出的sprite3d却不转,这是怎么回事...
来源: Laya_社区 发布时间: 20180302
...AnimationController2DLoader load loadStates Legend Object literal Variable Function Type alias Class Class with type parameter Method Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115