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

大约有 2,662 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0086 秒)

461. 使用百度地图显示当前位置(ActionScript-LayaAir基础篇(AS3)-硬件设备相关) [ 76%]

...二、接着是构造函数: ```java public function WatchPosition() { Laya.init(1, 1);   init();   // 使用高精度位置 Geolocation.enableHighAccuracy = true; Geolocation.watchPosition(Handler.create(this, updatePosition), Handler.create(this, onError));   // 绑定convertToBaidu...

来源: Laya2.0_文档 发布时间: 20210715

462. bitmapFont.loadFont()加载多个地址导致位图输出重 [ 76%]

... true; txt.text=value1; txt.font =this.fontName; txt.leading = 30; txt.pos(Laya.stage.width - txt.width >> 1, Laya.stage.height - txt.height >> 1); Laya.stage.addChild(txt); } 附件 : --> 2019-07-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请...

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

463. LayaNative 预览在Android底下报错 ConchShader is not defined [ 76%]

LayaNative 预览在Android底下报错 ConchShader is not defined 2018-05-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 福州小霸王 赞同来自: z295738188 ReferenceError: ConchShader is not defined thi...

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

464. BackGround.super(this);这个报错 Cannot read property 'call' of undefined [ 76%]

...找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 Laya_Aaron 赞同来自: 你具体描述一下你出现问题的环境, 以及你想做什么,出现的问题 2018-01-10 0 1 分享 微博 QZONE 微信 oy2419498011 赞同来自: var shouye=(function(){ (function shouye(){...

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

465. uglify压缩后的错误堆栈解析 [ 76%]

uglify压缩后的错误堆栈解析 1、js的压缩工具:.laya/publish.js 中 // 压缩js gulp.task("compressJs", ["compressJson"], function () { if (config.compressJs) { return gulp.src(config.compressJsFilter, { base: releaseDir }) .pipe(sourcemaps.init({loadMaps:true})) .pipe(uglify({ mangle...

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

466. position -position应该怎么写?? [ 76%]

...该怎么写?? 我这样写报错, viewDir显示是 NaN var viewDir; Laya.timer.frameLoop(1, this, viewDirLoop); function viewDirLoop() { cameraPos = camera.position; viewDir = camera.position - lineMesh.transform.position; console.log(viewDir); lineMesh.transform.lookAt(new Laya.Vector3(3, 3,...

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

467. list 加载动画为什么实现的效果会错乱掉? [ 76%]

...nds(); ani.scale(80/bounds.width ,80/bounds.height) this.addChild(ani) } } Laya.class(Item1, "Item1", Box); var List = Laya.List; function setup(effList) { var list = new List(); list.itemRender = Item1; list.repeatX = 3; list.repeatY = 4; list.x = (Laya.stage.width - WID * list.repeatY) / 2 - 100; ...

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

468. List中放TextInput,当list滚动的时候,复用会有问题,input中的内容会乱,尤其有输入框focus的情况下 [ 76%]

...需要在setupDemo之前执行。 (function() { // 项渲染器 var Box = Laya.Box; var Image = Laya.Image; var Label = Laya.Label; var TextInput = laya.ui.TextInput; var WID = 373, HEI = 30; function Item() { Item.__super.call(this); this.size(WID, HEI); this.img = new Image(); this.addChild(this.i...

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

469. 截屏无法实现 [ 76%]

...交 2 个回复 cuixueying 赞同来自: 参考下这个吧:http://ask.layabox.com/question/4150 2017-04-23 0 0 分享 微博 QZONE 微信 gmajrtfp 赞同来自: static View gv;     @Override     protected void onCreate(Bundle savedInstanceState) {         super.onCreate(savedInstanceS...

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

470. 华为手机SoundManage.playSound有问题 [ 76%]

...自: 我这边测试没有问题的             public function LayaSample() {             //初始化引擎             Laya.init(1136, 640);             Laya.stage.bgColor="#ffcccc";             SoundManager.playSound("GameSound/aa/bb.mp3"...

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