大约有 1,768 项符合查询结果, 库内数据总量为 30,782 项。 (搜索耗时: 0.0052 秒)
Laya_社区(1159) Laya2.0_api(183) laya_api(162) Laya3.0_api(119) Laya2.0_文档(51) Laya_示例(41) Laya2.0_示例(35) Laya3.0_文档(18)
...口 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
...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
...gles对应的应该是 _indexBuffer的数据,不过不知道怎么转成Array<number> uv2完全不知道对应是哪个属性 忘记说了,版本2.0.2 附件 : --> 2019-06-05 1 条评论 悬赏 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 ...
来源: Laya_社区 发布时间: 20190605
...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
...raw Call,提升运行效率,勾选CheckLOD选项,启用LOD Cull Rate Array接管Volume中的物体LOD组,此时Volume中的所有物体的LOD判断不再是基于单个渲染对象的,而是基于Volume的LOD判断,系统会计算Volume与视野中计算出的Rate来选择不同的LOD层...
来源: Laya3.0_文档 发布时间: 20230303
...源? 富文本下划线绘制bug drawCurves(x:Number, y:Number, points:Array, lineColor:*, lineWidth:Number = 1):void 绘制一系列曲线。 请问如何获取鼠标在某个元素内 相对于这个元素的坐标 问题状态 最新活动: 2017-06-10 08:21 浏览: 803 关注: 2 人
来源: Laya_社区 发布时间: 20170609
... 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
[建议] 动作导入内存开销过大问题 25W个Float32Array(4),自己本身的开销就占了多一半,导入的动作资源直接涨了两倍多 附件 : --> 2018-11-30 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 ...
来源: Laya_社区 发布时间: 20181130
..._bufferState : BufferState _bindedIndexBuffer : IndexBuffer3D _nativeVertexArrayObject : WebGLVertexArrayObjectOES __proto__ : BufferStateBase _indexBuffer : IndexBuffer3D _slices : 48 _stacks : 48 _vertexBuffer : VertexBuffer3D slices : (...) stacks : (...) __proto__ : SkyMesh useOcclusionCulling :...
来源: Laya_社区 发布时间: 20181203
...HttpRequest发送Post请求有Bug? drawCurves(x:Number, y:Number, points:Array, lineColor:*, lineWidth:Number = 1):void 绘制一系列曲线。 微信小游戏利用开放域好友关系链做排行榜 laya2 发布微信开放域工程,用微信开发者工具打开报错 自从layaflash起,就...
来源: Laya_社区 发布时间: 20190213