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

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

161. HtmlDivElement宽度设置错误 [ 68%]

...动chrome出现错误: Error processing launch: Error Could not attach to main target 如何设置Sprite的宽高和点击区域? 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 使用钢体设置防穿后仍有几率会穿透 关于同...

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

162. TimeLineUI不存在的问题 [ 68%]

...19-02-18 10:55 仿照gameconifg 里面的 注册代码,把这些UI类 在main 主类中 ,引擎初始化之后的地方 写上注册代码。 Ex木 • 2019-02-24 10:28 但是在代码和文档中搜不到TimeLineUI啊,没有办法注册

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

163. laya2.0用FlashDevelop调用编译,总是打开bin\h5\index.html [ 68%]

...ick Compile: false Project file: D:\Laya3DTest\code\3dtest\3dtest.as3proj. Main Class: D:/Laya3DTest/code/3dtest/src/Main.as D:/Laya3DTest/code/3dtest/bin/h5/D:/Laya3DTest/code/3dtest//bin/js/bundle.js(0): Info: Build out js sucess! D:/Laya3DTest/code/3dtest/bin/h5/D:/Laya3DTest/code/3dtest//bin/js/...

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

164. AS版本生成的js中出现了this.Buffer() [ 68%]

...动chrome出现错误: Error processing launch: Error Could not attach to main target 分享:打地鼠 AS、JS、TS版本 Demo! 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 动画混合无效(版本2.6) 请问2.0的版本开始,我用ts编写的相关内容,...

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

165. Vector3.equals是不是有问题,还是我理解错误 [ 67%]

...动chrome出现错误: Error processing launch: Error Could not attach to main target 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 路径是对的,但老是,调试控制台提示:错误,图片是IDE自带的,也不显示 laya....

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

166. 多光源渲染(TypeScript-3D基础(TS)-LayaAir3D之灯光) [ 67%]

...到场景 Laya.stage.addChild(scene); var camera = scene.getChildByName("Main Camera"); camera.addComponent(CameraMoveScript); camera.transform.localPosition = new Laya.Vector3(8.937199060699333, 61.364798067809126, -66.77836086472654); //将灯光移动脚本添加到摄像机上 var moveScript = c...

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

167. 多光源渲染(JavaScript-3D基础(JS)-LayaAir3D之灯光) [ 67%]

...到场景 Laya.stage.addChild(scene); var camera = scene.getChildByName("Main Camera"); camera.addComponent(CameraMoveScript); camera.transform.localPosition = new Laya.Vector3(8.937199060699333, 61.364798067809126, -66.77836086472654); //将灯光移动脚本添加到摄像机上 var moveScript = c...

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

168. dialog的lock属性没出现 [ 67%]

...动chrome出现错误: Error processing launch: Error Could not attach to main target 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. [分享]Dialog 点击边缘不...

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

169. 多次加载一个页面出现_$P为null的情况 [ 67%]

...动chrome出现错误: Error processing launch: Error Could not attach to main target 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 iphone自带浏览器页面怎...

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

170. 动效模板(TypeScript-LayaAir基础篇(TS)-动画基础) [ 67%]

...件,在index.html中引用。编写以下代码: ```typescript class Main { constructor() { //初始化舞台 Laya.init(1334,750); //设置舞台背景色 Laya.stage.bgColor = "#ffffff"; //加载图集资源,加载成功后将UI界面添加到舞台上 Laya.loader.load("./res/atlas/ui.atlas",L...

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