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

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

51. WebGl下 graphics画出东西后 移动sprite 不起效果 [ 51%]

... new Sprite();         Laya.stage.addChild(sp);               //绘制圆角矩形,自定义路径         sp.graphics.drawPath(0, 0, [             ["moveTo", 5, 0],             ["lineTo", 105, 0],             ["arcTo", 110, 0, 110, 5, 5],             ["lineT...

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

52. 新手引导在ios浏览器表现异常 [ 43%]

..., radius: number, button? : Laya.Sprite) {             //绘制一个圆形区域,利用叠加模式,从遮罩区域抠出可交互区             let interactionArea = new Laya.Sprite();             interactionArea.blendMode = "destination-out"; ...

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

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

...re实现类似功能 graphcis Lines 请参考:根据指定的路径数据绘制出图案以及展示Graphics提供的绘图API    第三个问题:关于创建 Graphics 类的 beginGradientFill() 和 lineGradientStyle() 方法所需的矩阵的特定样式?   解答:请参考:Matrix API...

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

54. CPU粒子系统 · LayaAir3.4 · 引擎文档 · LAYABOX [ 36%]

...系统渲染介绍 渲染器模块的设置决定了粒子如何着色和绘制。 Render Mode:渲染模式。 ​ Billboard:粒子始终朝向摄像机。 ​ Alignment:选择粒子广告牌面向的方向。Render Mode选择Billboard时生效。 ​ View:粒子面向摄像机平面。 ​ ...

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