大约有 27 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0033 秒)
...K的监听不能正常运行 final Runnable mRunnable0 = new Runnable() { @Override public void run() { YIMService.getInstance().login(userId, mPassword,""); } }; new Thread() { public void run() { m_Handler.post(mRunnable0); } }.start(); } private void logout(){ YIMService.getInstance().logout(); }...
来源: Laya_社区 发布时间: 20170722
...pe.cacheAsBitmap=true; pos(300,300); Tween.to(this,{rotation:360},3000); } override public function get width():Number{ return _shape.width; } override public function get height():Number{ return _shape.height; } } } BUG2:package ui.test { import laya.display.Sprite; import laya.events.Event; public...
来源: Laya_社区 发布时间: 20170124
...Sprite; public function HProgressSlider(skin:String=null) { super(skin); } override protected function initialize():void{ super.initialize(); _proMask = new Sprite(); _proMask.graphics.drawRect(0, 0, _progress.width, _progress.height); _proMask.scaleX = 0; _progress.mask = _proMask; _bar.stateNum = ...
来源: Laya_社区 发布时间: 20170327
...ayaGameListener implements ILayaEventListener { public Activity activity; @Override public void ExitGame() { Log.i("=======", "======exit"); activity.finish(); activity = null; //mLayaEngine.onDestroy(); System.exit(0); } @Override public void showAssistantTouch(boolean b) { } @O...
来源: Laya_社区 发布时间: 20170808
...那边本身都不会触发,下面给出大概的代码 @Override public void onActivityStarted(Activity activity) { //这是切入事件 ConchJNI.RunJS("xxx"); } @Override public void onActivityStopp...
来源: Laya_社区 发布时间: 20201226
...pt.as在哪儿下载群里的有错 public function CameraMoveScript() { } override public function _initialize(owner:Sprite3D):void { super._initialize(owner); Laya.stage.on(Event.MOUSE_DOWN, this, mouseDown); Laya.stage.on(Event.MOUSE_UP, this, mouseUp); Laya.stage.on(Event.MOUSE_OUT, this, mouseO...
来源: Laya_社区 发布时间: 20170218
... { super(); } override protected function initialize():void { super.initialize(); } private var names:String=""; override public function set dataSource(value:*):void ...
来源: Laya_社区 发布时间: 20170703
... "skin": "MainHead/combobox1.png", "labels": "hihihi,hihihi2,hihihi2"}}]}; override protected function createChildren():void { super.createChildren(); createView(uiView); } } } 为什么我这个ComboBox的label文字没有显示的? 2018-03-27 添加评论 免费帖 --> 分享 微博 QZONE 微信...
来源: Laya_社区 发布时间: 20180327
...可以正常处理,1.7之后,这些代码转换出现问题 as 代码 override public function get visible():Boolean { return super.visible; } override public function set visible(value:Boolean):void { super.visible = value; if (value) _mcAni.removeFromParent(); } 1.7之后的转换 __get...
来源: Laya_社区 发布时间: 20180227
...eneUI extends Scene { public var scoreLbl:Label; public var tipLbll:Label; override protected function createChildren():void { super.createChildren(); loadScene("test/TestScene"); } } } 2018-10-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相...
来源: Laya_社区 发布时间: 20181024