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

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

91. 帮忙看看这个图片加载不上来怎么解决 [ 60%]

.../avanew/face/201704/04/15/607e147293c59310d6010e0b1278e7b2_big.jpg?rltime' from origin 'https://www.xxx.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'https://www.xxx.com' is therefore not allowed access. 2018-01-09 添加...

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

92. 分享一个3D缓动类Tween3D [ 59%]

...持的属性有缩放scale,位置position和欧拉角旋转rotationEuler。from和其他属性可以自己加上或写成通用属性的。 2018-07-01 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞...

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

93. 这是图文混排谷歌浏览器查看正常打包后的APP文字消失表情变大 [ 59%]

...at(0, "法官", txt); } public PlayerSay(msg:any):void { this.AddChat(msg['from_client_seatsno'], msg['from_client_name'], msg['content']); } private AddChat(seat:number, name:string, txt:string) { let paopao = new ui.langren.room.SayBoardUI(); paopao.x = 10; paopao.lbSayName.text = name; let div:La...

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

94. 问一下tween的一些参数怎么设置 [ 59%]

问一下tween的一些参数怎么设置 比如 Laya.Tween.from(this,{scaleX:0.5,scaleY:0.5},1000,Laya.Ease.elasticOut); 我可以修改elasticOut的回弹次数和回弹时间么? 2016-09-13 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相...

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

95. layaIDE报错 [ 59%]

...nnect to runtime process, timeout after 10000 ms - (reason: Got a response from the target app, but no target pages found). 附件 : --> 2017-03-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_XS 赞同来...

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

96. 构建andorid工程后,在AndoridStuido中模拟器调试运行出现如下问题,然后打不开APP [ 59%]

...the target VM, address: 'localhost:8604', transport: 'socket' Disconnected from the target VM, address: 'localhost:8604', transport: 'socket' 2017-02-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying ...

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

97. Laya2.0 动画Animator如何监听播放完成 [ 59%]

...后似乎没有了。我用AnimatorStateScript   import AnimationDefine from "../AnimationDefine";  export default class AttackState extends Laya.AnimatorStateScript {  animator:Laya.Animator;  onStateEnter(): void {  }  onStateExit(): void { if(this.animator) { this.animator.crossFade(Animati...

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

98. runTime使用(TypeScript-IDE篇(TS)-组件化开发相关) [ 59%]

...这两个UI界面,代码如下所示: ```typescript import GameConfig from "./GameConfig"; import { ui } from "./ui/layaMaxUI"; class Main { constructor() { //根据IDE设置初始化引擎 if (window["Laya3D"]) Laya3D.init(GameConfig.width, GameConfig.height); else Laya.init(GameConfig.width, G...

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

99. 怎么使用引用node_modules里的axios来封装 [ 59%]

...axios来封装 npm install axios完后 须要怎么弄才能import axios from "axios"; 附件 : --> 2020-01-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_Aaron 赞同来自: https://www.tslang.cn/docs/hom...

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

100. 跑第一个HelloLayabox出现runtimeExecutable配置错误 [ 59%]

...ogle/Chrome/Application/chrome.exe", "runtimeArgs": [ "--allow-file-access-from-files", "--allow-file-access-frome-files", " --disable-web-security" ], "sourceMaps": true, "webRoot": "${workspaceRoot}", //假如谷歌调试报userDataDir不可用,请把谷歌安装路径取得管理员权限,或...

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