大约有 562 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0037 秒)
Laya_社区(260) Laya3.0_api(90) Laya2.0_api(84) laya_api(67) Laya2.0_文档(30) Laya2.0_示例(11) Laya3.0_文档(10) Laya_示例(10)
...触摸点的唯一标识号(作为 int)。 Readonly touchPos touchPos: Point Defined in laya/events/Event.ts:174 点击坐标 type type: string Defined in laya/events/Event.ts:165 事件类型。 Static ADDED ADDED: string = "added" Defined in laya/events/Event.ts:71 定义 added 事件对象的...
来源: Laya3.0_api 发布时间: 20231115
...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