大约有 73 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0027 秒)
... Inherited Public Methods Show Inherited Public Methods MethodDefined By setTo(type:String, currentTarget:Sprite, target:Sprite):Event 设置事件数据。 Event stopPropagation():void 阻止对事件流中当前节点的后续节点中的所有事件侦听器进行处理。此方法不会影响...
来源: laya_api 发布时间: 20170929
...{ if (this.map) { this.mRelative.setTo(px, py); this.updatePos(); } else { // console.warn("please frist addUnit..."); } } /** 格子坐标点*/ ...
来源: Laya_社区 发布时间: 20161109
... } else { this._paddingRect.setTo(0, 0, 0, 0); } if (gridSize) { this._gridWidth = gridSize.x; this._gridHeight = gridSize.y; } var t...
来源: Laya_社区 发布时间: 20220627