大约有 6,122 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0173 秒)
... 分享:适配LayaAir版本的PureMVC框架 分享:打地鼠 AS、JS、TS版本 Demo! Tween如何实现无限循环改变alpha? LayaFlash:求ByteArray.jas ->readMultiByte对gb2312的实现翻译 求高人分享使用protobuff框架的游戏demo(TS版本或AS版本的) 问题状态 最...
来源: Laya_社区 发布时间: 20170606
...property 'btCollisionObject' of undefined 请问2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? 从unity导出的场景透贴和模型烘焙的灯光不显示,请问有知道是什么原因的吗?~~~~~~~~~~~~~ 问题状态 最新活动: 2019-12-25 20:41 浏...
来源: Laya_社区 发布时间: 20180503
...项目面板 新建项目sunDemo file:///blog/asroads.github.io/source/_posts/game/LayaAir2-0-LayaBox-%E4%B9%8B%E5%B0%8F%E6%B8%B8%E6%88%8F%E5%BC%80%E6%94%BE%E5%9F%9F%E5%BC%80%E5%8F%91/image-20190307195813680.png?lastModify=1551962708 官方已经给我们搭建好了 基本的结构和框架,我...
来源: Laya_社区 发布时间: 20190307
...本的即可 momo199059 • 2018-01-08 15:24 @Monica:发现个问题,JS,TS版本的引擎出现的。有关于Skeleton动画的。 /** *指定显示对象 *@param index */ __proto.showDisplayByIndex=function(index){ if (this._replaceDic[index]) index=this._replaceDic[index]; if (this.currSlotData ...
来源: Laya_社区 发布时间: 20180106
...多的,可以查看官网文档:https://ldc2.layabox.com/doc/?nav=zh-ts-3-5-5 ##### 刚体标签 `label`  (图2-13) label属性是刚体的标签名,默认值是RigidBody。如图2-13。 当我们想在项目代码中,通过自定义标签名来识别该刚体,用...
来源: Laya2.0_文档 发布时间: 20210714
...dM8n0CAtog==/lib/arm64/liblayaair.so (v8::internal::Runtime_AllocateInTargetSpace(int, v8::internal::Object**, v8::internal::Isolate*)+108) [arm64-v8a] 12 #11 pc 000000729a4062e4 <unknown> 13 java: # main(1) 1 android.os.MessageQueue.nativePollOnce(Native Method) 2 android.os.MessageQue...
来源: Laya_社区 发布时间: 20191230
...url); if (ext !="wav" && ext !="ogg"){ alert("The sound only supports wav or ogg format,for optimal performance reason,please refer to the official website document."); return null; } } // if (SoundManager._soundMuted)return null; }; var tSound; if (!Browser.onMiniGame){ tSound=Laya.loader.g...
来源: Laya_社区 发布时间: 20180709
...ueying 赞同来自: Richer 1.简单的Html属性设置:Bold、Font、FontSize、Color、下划线 【注意,不支持斜体、描边、span标签内嵌的方式】 示例如下: var div:HTMLDivElement=new HTMLDivElement(); div.innerHTML="<span style='font-weight:bold;" + "font:24px Arial' ...
来源: Laya_社区 发布时间: 20161027
...t.bold = true; txt.pos(10, 350); txt.fontSize = 60; txt.color = "#fff000"; Laya.stage.addChild(txt); })(); })(); ``` ### 二、fixedheight模式 fixedheight 模式下,画布与stage的高保持设计高度不...
来源: Laya2.0_文档 发布时间: 20200307
...摄像机绕物体旋转脚本的问题 官方案例里的CameraMoveScripts在2.0版本下有很多接口,属性不存在。比如this.camera.moveForward、 super._initialize(owner)、super._update(state)等,放在1.7版本里是有的。是不是LayaAir.d.ts有修改。现在有别的接口,...
来源: Laya_社区 发布时间: 20190224