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

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

1. laya.events.Event [ 100%]

...为 KeyLocation.LEFT,右 Shift 键的值为 KeyLocation.RIGHT。另一个示例是区分标准键盘 (KeyLocation.STANDARD) 与数字键盘 (KeyLocation.NUM_PAD) 上按下的数字键。 Event  nativeEvent : * 原生浏览器事件。Event  shiftKey : Boolean[read-only] 表示 Shift 键是处...

来源: laya_api 发布时间: 20170929

2. laya.ui.UIEvent [ 94%]

...为 KeyLocation.LEFT,右 Shift 键的值为 KeyLocation.RIGHT。另一个示例是区分标准键盘 (KeyLocation.STANDARD) 与数字键盘 (KeyLocation.NUM_PAD) 上按下的数字键。 Event nativeEvent : * 原生浏览器事件。Event shiftKey : Boolean[read-only] 表示 Shift 键是处于...

来源: laya_api 发布时间: 20170929

3. laya.ui.Button [ 69%]

...绘制的结果可以当作图片源,再次绘制到其他Sprite里面,示例: var htmlCanvas:HTMLCanvas = sprite.drawToCanvas(100, 100, 0, 0);//把精灵绘制到canvas上面 var texture:Texture = new Texture(htmlCanvas);//使用htmlCanvas创建Texture var sp:Sprite = new Sprite().pos(0, 200)...

来源: laya_api 发布时间: 20170929