大约有 2,662 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0086 秒)
Laya_社区(2414) Laya2.0_文档(129) Laya2.0_api(48) laya_api(42) Laya3.0_文档(13) Laya_示例(6) Laya3.0_api(5) Laya2.0_示例(5)
...二、接着是构造函数: ```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
... 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
LayaNative 预览在Android底下报错 ConchShader is not defined 2018-05-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 福州小霸王 赞同来自: z295738188 ReferenceError: ConchShader is not defined thi...
来源: Laya_社区 发布时间: 20180523
...找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 Laya_Aaron 赞同来自: 你具体描述一下你出现问题的环境, 以及你想做什么,出现的问题 2018-01-10 0 1 分享 微博 QZONE 微信 oy2419498011 赞同来自: var shouye=(function(){ (function shouye(){...
来源: Laya_社区 发布时间: 20180110
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
...该怎么写?? 我这样写报错, 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
...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
...需要在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
...交 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
...自: 我这边测试没有问题的 public function LayaSample() { //初始化引擎 Laya.init(1136, 640); Laya.stage.bgColor="#ffcccc"; SoundManager.playSound("GameSound/aa/bb.mp3"...
来源: Laya_社区 发布时间: 20180314