• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 1,204 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0046 秒)

911. 为什么list不能滑动,怎么让list滑动 [ 53%]

为什么list不能滑动,怎么让list滑动     private refleshList():void { //设置列表渲染单元格为Item类(注:必须是类,不能是实例化对象,Item需类继承于Box) // this.gradeList.vScrollBarSkin = ""; this.gradeList.itemRender = GradeItem; //列表显示区单...

来源: Laya_社区 发布时间: 20190515

912. Laya.stage.on(Laya.Event.DISPLAY,this,this.ddddd); 无法监听到。 [ 53%]

... public function AAA() { super(); this.on(Event.DISPLAY,this,onDisplay); } private function onDisplay():void { alert("display"); } } } 2017-02-14 0 0 分享 微博 QZONE 微信 hfeiop12 赞同来自: 已经解决! 2017-02-14 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 ...

来源: Laya_社区 发布时间: 20170210

913. image.skin = base64 无效 [ 53%]

...100, "#ff0000"); Laya.stage.addChild(sp); sp.pos(100, 100); drawToc(sp); } private function drawToc(sp:Sprite):void { var canvas:HTMLCanvas= sp.drawToCanvas(100, 100, 0, 0); var ct:*= canvas.getContext("2d").canvas; var bs64:String = ct.toDataURL(); trace(bs64); var img:Image; img = new Image(); img...

来源: Laya_社区 发布时间: 20170417

914. ls文件导入错误 [ 53%]

...loader.create(this.strScene, Laya.Handler.create(this, this.onLoadScene)); private onLoadScene() { var scene: Laya.Scene = Laya.Scene.load(this.strScene); if (scene == null) { return; } this.mScene = scene;   大致的流程如上   错误堆栈:   2018-04-18 0 0 分享 微博 QZONE 微信 Appl...

来源: Laya_社区 发布时间: 20180418

915. __JS__(as变量)为什么不能用? [ 53%]

... 赞同来自: 特别好奇 /*[IF-FLASH]*/ package {     /**      * @private      */     public function __JS__(value:*):* {         return null;     } } 这句话是什么意思~~~~~~查也查不到~在Laya源代码里面看到的 2018-03-21 0 0 分享 微博 QZONE 微信 为...

来源: Laya_社区 发布时间: 20160723

916. LayaBox二次开发 如何用到 activity的上下文对象Context [ 53%]

...发?请指导 如,android里写了一个Test类, public class Test { private Context context; public void init(final Context context) { this.context = context; } public void msg() { Log.d("layabox", "test"); Toast.makeText(context, "测试", Toast.LENGTH_SHORT).show(); } }该如何反射才能...

来源: Laya_社区 发布时间: 20180423

917. UI编辑器里面创建了一个Graphics line,如何能获取组件编辑的的 points数据 [ 53%]

...phics["_one"]    JS就是这点强大,什么都能访问,管你什么private,protected,还能覆盖原有的方法,属性。 2019-02-28 0 0 分享 微博 QZONE 微信 安 赞同来自: this.graphics._one.points  this为挂着Graphics line的对象 2019-02-28 0 0 分享 微博 QZONE 微...

来源: Laya_社区 发布时间: 20190228

918. Native IOS下获取陀螺仪数据为0 [ 53%]

...roscope.instance.on(Laya.Event.CHANGE, this, this.onOrientationChange);   private onOrientationChange(absolute:Boolean, info: Laya.RotationInfo):void         {             if (info.alpha === null)             {                      console.log("当前设...

来源: Laya_社区 发布时间: 20170925

919. 不存在的资源路径问题 [ 53%]

...Loaded 这个,这种怎么跟呢?谢谢。 zeorro • 2017-11-02 17:13 private onLibLoaded():void { CommonLocator.parseJsonFile(); let arr = CommonLocator.getJsonList("active"); } 你的截图中的方法是这里调用的,就是加载完成的时候调用的 zeorro • 2017-11-02 17...

来源: Laya_社区 发布时间: 20171102

920. Sprite图片显示不了 [ 53%]

...= "#336699";             showApe();         }         private function showApe():void {             var t:Text = new Text();             t.text = "asdfasd";             t.fontSize = 50;             t.color = "#ffffff";             Lay...

来源: Laya_社区 发布时间: 20170406