大约有 44 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0035 秒)
...f render repaint replaceChild runCallLater scale setChildIndex setGraphics setItems setSelfBounds set_anchorX set_anchorY set_bottom set_dataSource set_height set_scaleX set_scaleY set_top set_transform set_visible set_width size skew startDrag stopDrag timerLoop timerOnce toParentPoint updateZOrder...
来源: Laya3.0_api 发布时间: 20231115
... } static __init__() { MiniLocalStorage.items = MiniLocalStorage; } static setItem(key, value) { try { MiniAdpter.window.wx.setStorageSync(key, value); } catch (error) { MiniAdpter.window.wx.setStorage({ key: key, data: value }); } } static getItem(key) { return MiniAdpter.window.wx.getStorageSync(k...
来源: Laya_社区 发布时间: 20200103
...re && parseInt(_score) > score){ score = _score; } LocalStorage.setItem('runGameScore',score); this.txt.text = "GameOver\n\n Click Again\n\n Best Score : " + score; this.txt.y = (Config.GameHeight - this.txt.height) * 0.5; } })();[/i]剩下的都是比较简单的~~ 如果看过前面章...
来源: Laya_社区 发布时间: 20160803
...Child runCallLater scale scrollTo setChildIndex setContentSize setGraphics setItem setSelfBounds set_anchorX set_anchorY set_bottom set_dataSource set_height set_scaleX set_scaleY set_top set_transform set_visible set_width size skew startDrag stopDrag timerLoop timerOnce toParentPoint tweenTo updat...
来源: Laya3.0_api 发布时间: 20231115