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

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

51. laya.ui.List [ 36%]

...图对象( Graphics )的显示区域,不包括子对象。 Sprite  getItem(index:int):Object 获取单元格数据源。 List getMousePoint():Point获得相对于本对象上的鼠标坐标信息。Sprite getRepaint():intSprite getSelfBounds():Rectangle 获取本对象在自己坐标系...

来源: Laya2.0_api 发布时间: 20190513

52. socket通讯返回数据 [ 35%]

...与接收的具体方法是怎样的? 微信小游戏Laya.LocalStorage.getItem数据丢失 一个panel有多种渲染选项,如何将这个数据分发给各个渲染选项类? ts 用 getChildByName 返回类型出错 RayCastAll射线检测同一MeshColliderShape返回两个结果 socket监听...

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

53. laya.ui.List_API3.0 [ 21%]

...t getChildByName getChildIndex getComponent getComponents getGraphicBounds getItem getMousePoint getRepaint getSelfBounds get_anchorX get_anchorY get_bottom get_dataSource get_height get_scaleX get_scaleY get_top get_transform get_visible get_width globalToLocal hasHideFlag hasListener hitTestPoint ...

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

54. 微信小游戏加载资源问题 [ 20%]

...) { MiniAdpter.window.wx.setStorage({ key: key, data: value }); } } static getItem(key) { return MiniAdpter.window.wx.getStorageSync(key); } static setJSON(key, value) { MiniLocalStorage.setItem(key, value); } static getJSON(key) { return MiniLocalStorage.getItem(key); } static removeItem(key) { Min...

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

55. 【简单跑酷--JS版】---Lv.5 玩家踩地板 [ 18%]

...o.addItem = function(){ } //获取当前地板上面的所有物品 _proto.getItems = function(){ return ; } _proto.onLoop = function(){ //让地板的速度和移动比背景快一点 this.x -= 5 * 1.2; //判断是否除了边界 如果出了 就通知生成新的floor 这里增加一个变量来...

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