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

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

1111. laya.d3.core.particleshuriken.module.RotationOverLifetime_API3.0 [ 55%]

...ss with type parameter Constructor Property Method Object literal Variable Function Type alias Enumeration Interface

来源: Laya3.0_api 发布时间: 20231115

1112. [LayaAirIDE3]我新建工程发布问题 [ 55%]

...逻辑是: 程序入口: // src/Main.ts // 正确导出示例 export function main() {  // 使用 export 关键字     console.log("启动资源加载场景");     Laya.Scene.open("./Scenes/GameLoading.ls"); } 在web预览里面可以,怎么发布成web就不行了 2.png 是我的目录...

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

1113. LayaAir 移动端启动鼠标右键菜单栏功能 [ 55%]

...该类下的以下代码注释重新编译即可 //canvas.oncontextmenu = function(e:*):*  {       // if (enabled) return false; //  }  //e.preventDefault(); 有6句,需要全部注释   2017-02-07 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先...

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

1114. vscode 配置快捷键打包出错了。具体报错见截图 [ 55%]

... btCollisionObject undefined 导微信小程序报错window.focus is not a function 问题状态 最新活动: 2019-12-05 09:40 浏览: 1556 关注: 2 人 斯人独憔悴 • 2019-12-05 11:19 在项目目录的tsconfig文件内,指定了"include" "exclude" 目录,依然还是...

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

1115. laya.d3.core.particleshuriken.module.GradientDataInt_API3.0 [ 55%]

...constructor gradientCount add clone cloneTo Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Enumeration Interface

来源: Laya3.0_api 发布时间: 20231115

1116. LayaAir下TTF字体的使用方式? [ 55%]

...port laya.ui.Image; import laya.webgl.WebGL; public class TTFTest { public function TTFTest() { Laya.init(550,400); var sp:Image=new Image(); sp.loadImage("2.png"); Laya.stage.addChild(sp); var text:Text=new Text(); text.fontSize=40; text.color="#FF00FF"; text.text="哈哈哈哈哈哈哈哈哈哈哈...

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

1117. laya.d3.component.animator.AnimatorPlayState_API3.0 [ 55%]

...rState currentState duration normalizedTime Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Accessor Enumeration Interface

来源: Laya3.0_api 发布时间: 20231115

1118. request failed status:0 [ 55%]

...中的第一行应该如 清单 13 所示。 清单 13. 检查就绪状态 function updatePage() { if (request.readyState == 4) alert("Server is done!"); } 从这里找一找答案吧http://www.cnblogs.com/meil/ar ... .html 2018-01-05 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被...

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

1119. 音频无法播放 [ 54%]

...SoundManager.playMusic('res/sound/'+'fail'+'.wav',1, new Laya.Handler(null,function(){ alert('123') })); 在chrome下 提示图片这个警告,,,手机上也没有声音 附件 : --> 2018-04-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容...

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

1120. 使用克隆的方式创建box 添加到vbox中后排序有问题 [ 54%]

...box 默认的坐标为0 添加到vbox中后使用  if (items)items.sort(function(a,b){return a.y-b.y;});  排序会改变他的排序位置 每次添加都从上往下排第二个开始添加 2019-03-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与...

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