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

大约有 4,373 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0086 秒)

3271. 渠道对接接收不到回调 [ 53%]

... as3 代码   __JS__("window").conchMarket.login(JSON.stringify(sData),function(data){ console.log(data); });   java代码 // MarketTest.java文件中根据自己需求添加相关代码到LP_Login方法中, JavaScript中调用conchMarket.login就会执行LP_Login方法.public void LP_Login(final...

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

3272. TimeLine标签删除失败,动效还是在播放 [ 53%]

... • 2018-12-18 17:08 /** * 移除指定的标签 * @param label */ public function removeLabel(label:String):void { if (_labelDic && _labelDic[label]) { var tTweenData:tweenData = _labelDic[label]; if (tTweenData) { var tIndex:int = _tweenDataList.indexOf(tTweenData); if (tIndex > -1) { ...

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

3273. Tween.to时添加滤镜 [ 53%]

...写子类继承为例: public class CustomBitmap extends Sprite { public function CustomBitmap() { } public get luminance():Number { //返回亮度参数值 //... } //亮度,其他一样 public set luminance(value:Number):void { //你自己的处理代码 //... } } var displayObj:CustomBitmap = ne...

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

3274. 关于list滚动位置的问题 [ 53%]

...}); } mDemoUi.m_list.array=data; Laya.stage.addChild(mDemoUi); ... private function onChange():void{ trace("list index= "+mDemoUi.m_list.scrollBar.value); mDemoUi.valueLab.text="滚动条位置value= "+mDemoUi.m_list.scrollBar.value; }  如上所示,给list组件创建了21个item,但是value始终...

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

3275. bug:laya.Scene.destroy [ 53%]

...t.length;i < n;i++){//这里缓存了长度,但是在 __proto.destroy=function(destroyChild){ (destroyChild===void 0)&& (destroyChild=true); this._idMap=null; _super.prototype.destroy.call(this,destroyChild); var list=laya.display.Scene.unDestroyedScenes; for (var i=0,n=list.length;i &l...

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

3276. 无法对载入的材质操作。sharedMaterials的length为0 [ 53%]

...的方式不对, antaShoes.meshFilter.sharedMesh.once(Event.LOADED,this,function(){})     你那个回调事件,是场景加载完成的回调事件。      2017-03-14 1 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 Sean8023 相...

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

3277. laya.d3.core.particleshuriken.module.VelocityOverLifetime_API3.0 [ 53%]

...ss with type parameter Constructor Property Method Object literal Variable Function Type alias Enumeration Interface

来源: Laya3.0_api 发布时间: 20231115

3278. Cannot connect to runtime process, timeout after 10000 ms - (reason: Cannot connect to the [ 53%]

...加参数吗 prefab添加runtime脚本 comp._addComponentInstance is not a function 2.0 Beta3版本中,runtime脚本的的问题 看腾讯课程碰到的runtime无效问题 IDE界面编辑中最顶层view设置runtime无效 Cannot connect to runtime process, timeout after 10000 ms 自动关闭 问...

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

3279. 使用localToGlobal()后返回的坐标xy的值被乘了10 [ 53%]

...@return 转换后的坐标的点。          */         public function localToGlobal(point:Point, createNewPoint:Boolean = false):Point { 肯定是会有改变的哦! 2018-05-23 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起...

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

3280. LayaAir和LayaNative 交互问题 [ 53%]

...ht",a); // 注册手指按下事件 document.addEventListener("touchstart",function(e){ //a=!a;// 实现奇数次打开 偶数次关闭 // b、调用静态函数openlight 参数为a wxRegLogin //Test.call("openlight",a); Test.call("wxRegLogin",a); }); android的:   public class Test {   public s...

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