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

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

2291. laya.d3.graphics.VertexElementUsage [ 60%]

... STARTROTATION : int = 22[static] VertexElementUsage  STARTSIZE : int = 20[static] VertexElementUsage  STARTSPEED : int = 31[static] VertexElementUsage  TANGENT0 : int = 5[static] VertexElementUsage  TESSELLATEFACTOR0 : int = 12[static] VertexElementUsage  TEXTURECOORDINATE0 : int = 2[sta...

来源: laya_api 发布时间: 20170929

2292. 为什么谷歌浏览器调试可以显示这些文字打包后却没有了 [ 60%]

...没有了 打包后APP在安卓手机打开字体不显示了 附件 : --> 2017-09-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: 不清楚,可以提供源码可重现问题的示例...

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

2293. 2D自由形态光 · LayaAir3.4 · 引擎文档 · LAYABOX [ 60%]

... Laya.PolygonPoint2D(); polygon.addPoint(0, -150); // 上 polygon.addPoint(20, -30); // 上右内侧 polygon.addPoint(150, -30); // 右上 polygon.addPoint(30, 10); // 右上内侧 polygon.addPoint(100, 150); // 右下 polygon.addPoint(10, 30); // 下内侧 polygon.addPoint(-100, 150); // 左下 pol...

来源: Laya3.0_文档 发布时间: 20251010

2294. Laya.Socket 是不是不支持Safari浏览器二进制格式的数据传输? [ 60%]

...的竟然是 [object ArrayBuffer] 纯文本,其他浏览器测试正常. 2017-11-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 wudi199553 赞同来自: 你提供一个例子过来把,我们没有接到别的...

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

2295. 单选框组件 · LayaAir3.4 · 引擎文档 · LAYABOX [ 60%]

...is.radio.labelFont = "宋体"; //文本标签字体 this.radio.labelSize = 20; //文本标签字体大小 this.radio.labelBold = true; //文本标签加粗 this.radio.labelVAlign = "middle"; //文本标签垂直居中对齐 this.radio.labelStroke = 3; //文本标签字体描边宽度 this.radio.labe...

来源: Laya3.0_文档 发布时间: 20251010

2296. 鼠标交互-滑动 [ 60%]

...LayaAirIDE让项目开发更高效。//swipe滚动范围 let TrackLength = 200; //触发swipe的拖动距离 let TOGGLE_DIST = TrackLength / 2; let buttonPosition, beginPosition, endPosition; let button; class Interaction_Swipe { constructor() { const Browser = Laya.Browser, WebGL = Laya.WebGL, Stag...

来源: Laya2.0_示例 发布时间: 20260303

2297. 单机版app构建后在 android studio 中无法访问网络 [ 60%]

...html");    PS: 已注释 checkApkUpdate 方法,直接 initEngine 。 2017-11-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 5 个回复 Monica - 知识达人 赞同来自: Hatt 我这边测试没有问题,这两个...

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

2298. 文本-滚动文本 [ 60%]

...商,面向AS/JS/TS开发者提供HTML5开发技术方案!"; txt.size(200, 100); txt.x = Laya.stage.width - txt.width >> 1; txt.y = Laya.stage.height - txt.height >> 1; txt.borderColor = "#FFFF00"; txt.fontSize = 20; txt.color = "#ffffff"; Laya.stage.addChild(txt); txt.on(Event.MOUSE_DOWN, this, ...

来源: Laya_示例 发布时间: 20260303

2299. 2D物理-仿生机器人 [ 60%]

...vot = [0, 8 * this.scale]; Laya.Config.isAntialias = true; Laya.Laya.init(1200, 700, Laya.WebGL); Laya.Stat.show(); Laya.Physics.enable(); Laya.PhysicsDebugDraw.enable(); Laya.Laya.stage.alignV = Laya.Stage.ALIGN_MIDDLE; Laya.Laya.stage.alignH = Laya.Stage.ALIGN_CENTER; Laya.Laya.stage.scaleMode = L...

来源: Laya2.0_示例 发布时间: 20260303

2300. [LayaAir2]在使用videoDom创建视频元素后iPad跟iPhone中位置不一样 [ 60%]

...videoDom创建视频元素后iPad跟iPhone中位置不一样 附件 : --> 2024-03-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 Laya_XS 赞同来自: 因为你没有提供相应的demo来描述的问题,目...

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