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

大约有 1,768 项符合查询结果, 库内数据总量为 30,782 项。 (搜索耗时: 0.0052 秒)

1251. Laya.stage.mouseX; Laya.stage.mouseY取到的坐标用来赋给画曲线方法的起点;在左顶点正常,越往右下角起点就越偏移了 [ 59%]

...口 class GameMain { private ps: Laya.Sprite; a: number; b: number; path: Array<number> = ; constructor() { Laya.init(1600, 1400); Laya.stage.bgColor = "#000000"; this.ps = new Laya.Sprite(); Laya.stage.on(Laya.Event.MOUSE_DOWN, this, this.down2) Laya.stage.on(Laya.Event.MOUSE_UP, this, this.u...

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

1252. UI-ScrollBar [ 58%]

...caleMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; var skins: Array = []; skins.push("res/ui/hscroll.png", "res/ui/hscroll$bar.png", "res/ui/hscroll$down.png", "res/ui/hscroll$up.png"); skins.push("res/ui/vscroll.png", "res/ui/vscroll$bar.png", "res/ui/vscroll$down.png", "res/ui/vscroll...

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

1253. Mesh属性 [ 58%]

...gles对应的应该是 _indexBuffer的数据,不过不知道怎么转成Array<number> uv2完全不知道对应是哪个属性   忘记说了,版本2.0.2 附件 : --> 2019-06-05 1 条评论 悬赏 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 ...

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

1254. laya.d3.core.material.UnlitMaterial_API3.0 [ 58%]

...aterial/UnlitMaterial.ts:22 Accessors MaterialDefine get MaterialDefine(): Array<string> Inherited from Material.MaterialDefine Defined in laya/d3/core/material/Material.ts:373 获得材质宏 Returns Array<string> MaterialProperty get MaterialProperty(): any Inherited from Material.Mate...

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

1255. 静态合批 · LayaAir3.0文档 · LAYABOX [ 58%]

...raw Call,提升运行效率,勾选CheckLOD选项,启用LOD Cull Rate Array接管Volume中的物体LOD组,此时Volume中的所有物体的LOD判断不再是基于单个渲染对象的,而是基于Volume的LOD判断,系统会计算Volume与视野中计算出的Rate来选择不同的LOD层...

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

1256. 如何获取 graphics 绘制的线段长度 [ 58%]

...源? 富文本下划线绘制bug drawCurves(x:Number, y:Number, points:Array, lineColor:*, lineWidth:Number = 1):void 绘制一系列曲线。 请问如何获取鼠标在某个元素内 相对于这个元素的坐标 问题状态 最新活动: 2017-06-10 08:21 浏览: 803 关注: 2 人

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

1257. 请教各位前辈们,AS的一些API好像layabox没有,求解决方法或者思路,比如 Point 的interpolate方法 具体问题内详 [ 58%]

...  target.graphics.drawTexture(texture,0,0);             var path:Array = ;             path.push(p2.x, p2.y);             path.push(p3.x, p3.y);             path.push(p4.x, p4.y);             path.push(p1.x, p1.y);             target.graphics.dr...

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

1258. [建议] 动作导入内存开销过大问题 [ 58%]

[建议] 动作导入内存开销过大问题 25W个Float32Array(4),自己本身的开销就占了多一半,导入的动作资源直接涨了两倍多 附件 : --> 2018-11-30 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 ...

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

1259. 请问2.0中js怎么加天空盒子或穹顶,官网例子运行报错。 [ 58%]

..._bufferState : BufferState _bindedIndexBuffer : IndexBuffer3D _nativeVertexArrayObject : WebGLVertexArrayObjectOES __proto__ : BufferStateBase _indexBuffer : IndexBuffer3D _slices : 48 _stacks : 48 _vertexBuffer : VertexBuffer3D slices : (...) stacks : (...) __proto__ : SkyMesh useOcclusionCulling :...

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

1260. 开放域绘制bug [ 58%]

...HttpRequest发送Post请求有Bug? drawCurves(x:Number, y:Number, points:Array, lineColor:*, lineWidth:Number = 1):void 绘制一系列曲线。 微信小游戏利用开放域好友关系链做排行榜 laya2 发布微信开放域工程,用微信开发者工具打开报错 自从layaflash起,就...

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