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

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

1601. [LayaAir3]Camera的cullingMask如何实现的? [ 52%]

...有个BitMask封装 @property({type: BitMask(LogLevel)}) public logLevel: number = LogLevel.All;//日志等级 这样在CocosCreator Editor的Inpector上就可以多选了。

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

1602. dialog里面的内容怎么不能添加到舞台 [ 52%]

...X++) { var foodid = res.data[X]['n_food_id']; var foodtxt = res.data[X]['n_number']; fooddata[X] = { food: { skin: 'comp/food' + foodid + '.png' }, food_txt: {text: foodtxt} // console.log(); } } console.log('+++++++++++++++++++') console.log(_super); console.log(fooddata); self.foodList.dataSource ...

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

1603. laya ide2.0 如何用命令行导出ui [ 52%]

...ir2-cmd [command] [args]   Options:   -v, --version  output the version number   -h, --help     output usage information   Commands:   compile        compile project.   publish        publish project.   help [cmd]     display help for [cmd] 并没有相关命令 2019-04-07 添加...

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

1604. 网络和格式-Socket [ 52%]

...output.writeByte发送 var message: string = "demonstrate "; for (var i: number = 0; i "); // 使用output.writeByte发送 var message:String = "demonstrate "; for (var i:int = 0; i < message.length; ++i) { output.writeByte(message.charCodeAt(i)); } socket.flush(); } private function onSocketClose(e...

来源: Laya2.0_示例 发布时间: 20260303

1605. ui list 里面的元素不能点击两次 [ 52%]

...eHandler=new Handler(this,onMouse); private function onMouse(e:Event,index:Number):void { // TODO Auto Generated method stub if(e.type==Event.CLICK) { trace("click"); } } 2016-12-02 3 2 分享 微博 QZONE 微信 sunkehappy 赞同来自: @cuixueying 感谢提供方案,不过我还是想多说一...

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

1606. 输入框中怎么插入表情 [ 52%]

... 可以在动画骨骼中插入Laya元件吗 把textInput的type设置为number的时候无法设置最多能输入的字数 LayaAir无法正确识插入别泛型TS代码生成js文件到html中 Input输入文本的restrict限制输入的字符怎么使用? TextInput控件。想在边输入的过...

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

1607. 发布vivo出错 [ 52%]

...稍候,底下错误 信息是Failed to get the local or remote version number 3、后升级laya版本到2.6,还是一直出现进度条,显示正在处理,请稍候,底下报错信息显示变为 stdout:we are installing dependencies for you . this  might take a while...  if failed,you sh...

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

1608. layacmd 有新的版本管理的功能吗? [ 52%]

...ayacmd-resourceVersion [options] Options: -V, --version output the version number -i --input &lt;input&gt; 资源目录 -o --output &lt;output&gt; 导出目录 -n --versionName &lt;version name&gt; 版本名称,默认是从1000开始递增的数字 -h, --help output usage information   试用了l...

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

1609. load方法的progress回调进的次数太少了。是我哪里设置有问题么 [ 52%]

...ya.utils.Handler, progress?: laya.utils.Handler, type?: string, priority?: number, cache?: boolean): LoaderManager; 是因为资源太少么。 2016-10-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying ...

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

1610. 微信小游戏白名单MiniAdpter.nativefiles Bug问题!!!!! [ 52%]

...rray&lt;string&gt; = Laya[&quot;VVMiniAdapter&quot;].nativefiles for(var i:number=0;i&lt;list.length;i++) { if(url.indexOf(list[i]) != -1) { return url; } } return ConfigManager.baseUrl + url; } BWUWB • 2019-11-11 18:45 @shiyang:这个方法也可行,多谢! BWUWB • 2019-11-11 18:44 替换...

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