大约有 3,209 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0125 秒)
Laya_社区(2484) Laya3.0_api(201) Laya2.0_文档(169) Laya2.0_api(98) laya_api(84) Laya3.0_文档(73) Laya_示例(69) Laya2.0_示例(31)
...都有问题,1.x和2.x的引擎都存在此问题 let miniMap = new Laya.Sprite(); miniMap.autoSize = true; miniMap.graphics.drawRect(0,0,100,100, '#000000'); let mapMask = new Laya.Sprite(); mapMask.autoSize = true; mapMask.graphics.drawRect(0,0,miniMap.width,miniMap.height, '#ff0000'); miniMa...
来源: Laya_社区 发布时间: 20181101
Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/ui/DialogManager" DialogManager Class DialogManager DialogManager 对话框管理容器,所有的对话框都在该容器内,...
来源: Laya3.0_api 发布时间: 20231115
...ublic Public/Protected All Inherited Externals Only exported Menu Globals "laya/gltf/glTFResource" glTFResource Class glTFResource Hierarchy Prefab glTFResource Index Constructors constructor Properties destoryedImmediately lock name url uuid version DEBUG Accessors cpuMemory deps destroyed gpuMemor...
来源: Laya3.0_api 发布时间: 20231102
...个的一个方法,走进了第二方法里 unity中的模型导出后在laya中显示不正常 用了第三方socket类 项目在IDE上可以连接正常运行,为什么打包APK之后在手机上就连接不上socket iphoneX环境下新手引导的抠图透明区域为黑色,其它机型都...
来源: Laya_社区 发布时间: 20170331
LayaAir开发笔记(1)五十音图连连看 最近工作不太忙,打算随便看下h5游戏开发,上网搜了下国内主流的h5游戏开发引擎。主要是cocos2d-h5,egret,layaAir。感觉layaAir性能好些(虽然我对性能没要求),就选了这个。 个人游戏开发...
来源: Laya_社区 发布时间: 20160623
...中场景及引用其的对象无法销毁 this.scene = Laya.stage.addChild(new Laya.Scene3D()) as Laya.Scene3D; this.camera = new Laya.Camera(); this.camera.transform.translate(new Laya.Vector3(0, 2, 5)); this.camera.trans...
来源: Laya_社区 发布时间: 20191102
... this.gradeList.selectEnable = true; this.gradeList.selectHandler = new Laya.Handler(this, this.onSelect) this.gradeList.renderHandler = new Laya.Handler(this, this.updateItem) } 2019-05-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的...
来源: Laya_社区 发布时间: 20190515
layaair 怎么切换场景,切换场景后怎么初始化当前场景的游戏数据。 我现在切换场景之后,之前场景上脚本里的OnstagemouseDown方法,在当前场景中仍然能执行,当我游戏结束后选择重新开始,游戏界面没有数据初始化,要怎么初...
来源: Laya_社区 发布时间: 20190510
...放不了 private var oriDBArr:Array = null;//位图源 var tex:Texture = Laya.loader.getRes(_url); for (var i:int = 0; i < list1["oriBDPos"].length; i++ ) { var g:Graphics = new Graphics(); var t:Texture = Texture.createFromTexture(tex, posObj.x, posObj.y, posObj.w, posObj.h); g.drawTexture(t, 0...
来源: Laya_社区 发布时间: 20170224
...自: 只限基于ActionScript的项目,基于ts的嗝屁 const a = new Laya.Event() Laya.__classmap['laya.events.Event'] == a.constructor //true 2017-08-10 0 0 分享 微博 QZONE 微信 宇智波 旋 赞同来自: /**返回指定对象的完全限定名 */ static getQualifiedClassName(value)...
来源: Laya_社区 发布时间: 20170317