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

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

61. layacmd atlas怎么指定输出的数据后缀为json? [ 47%]

...何 转换成 Y轴旋转 的四元数? 微信小游戏Laya.LocalStorage.getItem数据丢失 问题状态 最新活动: 2018-01-31 19:06 浏览: 2585 关注: 3 人 evamango • 2018-01-05 16:45 好的,谢谢 layaair-cmd能指定项目吗?还是一定要在项目路径下运行? evamango • 2...

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

62. drawTexture 画出来的数据会有以前的数据 [ 41%]

...的“不受支持的命令行”弹窗 微信小游戏Laya.LocalStorage.getItem数据丢失 问题状态 最新活动: 2018-01-13 10:59 浏览: 1574 关注: 2 人 熊猫大侠 • 2018-01-13 11:08 怎么才能清理掉啊 我把能清的 都清了呀 kezhiyu • 2018-01-13 11:16 你要画当前位...

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

63. 【简单跑酷--JS版】---Lv.6 终篇 [ 38%]

...shift(); item.visible = true; }else{ //对象池中拿Item var item = Pool.getItemByClass("item",Item); } //是否有特殊物品 如果有 我们就生成特殊物品 if(randNum > 0.95 && !specialItem){ specialItem = true; item.init(Item.ITEM_TYPE_SPEED); }else if(randNum > 0.9 &&...

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

64. laya.ui.List [ 36%]

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

来源: laya_api 发布时间: 20170929

65. laya.ui.List [ 35%]

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

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

66. socket通讯返回数据 [ 34%]

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

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

67. 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

68. 微信小游戏加载资源问题 [ 19%]

...) { 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

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

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

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