大约有 58 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0062 秒)
...wToTexture drawToTexture3D event frameLoop frameOnce freshLayout fromParentPoint getBounds getChildAt getChildByName getChildIndex getComponent getComponents getGraphicBounds getMousePoint getRepaint getSelfBounds get_anchorX get_anchorY get_bottom get_dataSource get_height get_scaleX get_scaleY get...
来源: Laya3.0_api 发布时间: 20231115
...wToTexture drawToTexture3D event frameLoop frameOnce freshLayout fromParentPoint getBounds getChildAt getChildByName getChildIndex getComponent getComponents getGraphicBounds getMousePoint getRepaint getSelfBounds get_anchorX get_anchorY get_bottom get_dataSource get_height get_scaleX get_scaleY get...
来源: Laya3.0_api 发布时间: 20231115
...wToTexture drawToTexture3D event frameLoop frameOnce freshLayout fromParentPoint getBounds getChildAt getChildByName getChildIndex getComponent getComponents getGraphicBounds getMousePoint getRepaint getSelfBounds get_anchorX get_anchorY get_bottom get_dataSource get_height get_scaleX get_scaleY get...
来源: Laya3.0_api 发布时间: 20231115
...wToTexture drawToTexture3D event frameLoop frameOnce freshLayout fromParentPoint getBounds getChildAt getChildByName getChildIndex getComponent getComponents getGraphicBounds getMousePoint getRepaint getSelfBounds get_anchorX get_anchorY get_bottom get_dataSource get_height get_scaleX get_scaleY get...
来源: Laya3.0_api 发布时间: 20231115
...wToTexture drawToTexture3D event frameLoop frameOnce freshLayout fromParentPoint getBounds getCell getChildAt getChildByName getChildIndex getComponent getComponents getGraphicBounds getItem getMousePoint getRepaint getSelfBounds get_anchorX get_anchorY get_bottom get_dataSource get_height get_scale...
来源: Laya3.0_api 发布时间: 20231115
...ar SoundManager = laya.media.SoundManager; var Pool = laya.utils.Pool; var Point = laya.maths.Point; var Tween = laya.utils.Tween; var LocalStorage = laya.net.LocalStorage; var SoundManager = laya.media.SoundManager; var Config = { //游戏宽 高 GameWidth : 852, GameHeight : 480, //游戏速度 sp...
来源: Laya_社区 发布时间: 20160801
... this._dataDic = null; this._tempMapPos = new Laya.Point(); this.layerName = null; } init (layerData, map) { this._map = map; this._mapData = layerData.data; var tHeight = layerDat...
来源: Laya_社区 发布时间: 20220627
...is.scoreTxt = null; this.score = 0; //物品碰撞检测坐标点 this.itemPoint = new Point(); RunGame.__super.call(this); this.init(); } //RunGame 是一个显示对象 继承此 Sprite Laya.class(RunGame,"RunGame", laya.display.Sprite); //定义RunGame的prototype var _proto = RunGame.prototype; ...
来源: Laya_社区 发布时间: 20160803