大约有 55 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0041 秒)
...图对象( Graphics )的显示区域,不包括子对象。 Sprite getItem(index:int):Object 获取单元格数据源。 List getMousePoint():Point获得相对于本对象上的鼠标坐标信息。Sprite getRepaint():intSprite getSelfBounds():Rectangle 获取本对象在自己坐标系...
来源: Laya2.0_api 发布时间: 20190513
...与接收的具体方法是怎样的? 微信小游戏Laya.LocalStorage.getItem数据丢失 一个panel有多种渲染选项,如何将这个数据分发给各个渲染选项类? ts 用 getChildByName 返回类型出错 RayCastAll射线检测同一MeshColliderShape返回两个结果 socket监听...
来源: Laya_社区 发布时间: 20180211
...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
...) { 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
...o.addItem = function(){ } //获取当前地板上面的所有物品 _proto.getItems = function(){ return ; } _proto.onLoop = function(){ //让地板的速度和移动比背景快一点 this.x -= 5 * 1.2; //判断是否除了边界 如果出了 就通知生成新的floor 这里增加一个变量来...
来源: Laya_社区 发布时间: 20160801