大约有 4,338 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0083 秒)
Laya_社区(2450) Laya3.0_api(673) Laya2.0_api(357) laya_api(289) Laya2.0_文档(271) Laya_示例(157) Laya2.0_示例(116) Laya3.0_文档(25)
...设定了大飞机的血量,可是打一下就死了。 var Game = (function(){ (function Game(){ // 子弹发射偏移位置表 this.bulletPos = [[0],[-15,15],[-30,0,30],[-45,-15,15,45]]; // 关卡等级 this.level = 0; // 升级等级所需要的成绩数量 this.levelUpScore = 0; // 积分...
来源: Laya_社区 发布时间: 20170525
...果可以通过manager.closeEffect修改 public var popupEffect:Function = function(dialog:Sprite):void { dialog.scale(1, 1); Tween.from(dialog, {x: Laya.stage.width / 2, y: Laya.stage.height / 2, scaleX: 0, scaleY: 0}, 300, Ease.backOut, Hand...
来源: Laya_社区 发布时间: 20180620
...+i) { output.writeByte(message.charCodeAt(i)); } socket.flush(); } private function onSocketClose(e:*=null):void { trace("Socket closed"); } private function onMessageReveived(message:*=null):void { trace("Message from server:"); if (message is String) { trace(message); } else if (message is ArrayBu...
来源: Laya2.0_示例 发布时间: 20241126
...会报错 Uncaught TypeError: Browser.document.addEventListener is not a function at Function.AudioSound._initMusicAudio (index.js:10916) at Function.Browser.__init__ (index.js:6944) at Object.Laya.init (index.js:365) at new Football_public ( 2018-05-03 添加评论 免费...
来源: Laya_社区 发布时间: 20180503
...pter; /** * ... * @author lin */ public class ZeroWXAdpter { static public function init():void { MiniAdpter.window.wx.onShow(onShow); MiniAdpter.window.wx.onHide(onHide); } static private function onShow(res):void { console.warn("小游戏回到前台", res); } static private function onHide():void...
来源: Laya_社区 发布时间: 20180726
...代码里面 在TiledMap的destroy方法内 /** * 销毁地图 */ public function destroy():void { ....... //这里是销毁地图层的代码 var tLayer:MapLayer; for (i = 0; i < _layerArray.length; i++) { tLayer = _layerArray[i]; tLayer.clearAll(); } ........ }然后在MapLayer的clearAll()里...
来源: Laya_社区 发布时间: 20180503
...sectionType_Intersecting:int = 2Constructor DetailPlane()Constructorpublic function Plane(normal:Vector3, d:Number = 0) 创建一个 Plane 实例。 Parameters normal:Vector3 — 平面的向量 d:Number (default = 0) — 平面到原点的距离 Method DetailcreatePlaneBy3P()method public static ...
来源: laya_api 发布时间: 20170929
...omp.json", Laya.Handler.create(this, onAssetLoaded2), null, Loader.ATLAS); function onAssetLoaded2() { Laya.class(MyBoot, "MyBootClass", MyPage2UI); var UI = new MyBootClass(); Laya.stage.addChild(UI); } function MyBoot() { MyBoot.super(this); this.MyTab.selectHandler ...
来源: Laya_社区 发布时间: 20160722
...sectionType_Intersecting:int = 2Constructor DetailPlane()Constructorpublic function Plane(normal:Vector3, d:Number = 0) 创建一个 Plane 实例。 Parameters normal:Vector3 — 平面的向量 d:Number (default = 0) — 平面到原点的距离 Method DetailcreatePlaneBy3P()method public static ...
来源: Laya2.0_api 发布时间: 20190513
...是在完成当前帧画面更新之后。 AnimationBase callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Node clear():AnimationBase[override] 停止动画播放,并清理对象属性...
来源: Laya2.0_api 发布时间: 20190513