• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 177 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0066 秒)

171. laya.display.Stage [ 53%]

...,只会显示一个图片(1.0会显示多个图片),x,y,width,height参数取消。 Sprite localToGlobal(point:Point, createNewPoint:Boolean = false, globalNode:Sprite = null):Point 把本地坐标转换为相对stage的全局坐标。 Sprite off(type:String, caller:*, listener:Function, onc...

来源: Laya2.0_api 发布时间: 20190513

172. 关于创建Sprite获取大小 [ 51%]

... mouseHandler 怎么获取条目 怎样获取浏览器地址传过来的GET参数 Adobe Flash Builder 4.7无法编译Laya2.6.1创建的3D示例项目 问题状态 最新活动: 2018-05-30 23:03 浏览: 1268 关注: 2 人 冰水blue • 2018-05-31 11:35 谢谢回答。这个:理论上width和height...

来源: Laya_社区 发布时间: 20180530

173. 2D性能优化 · LayaAir3.3 · 引擎文档 · LAYABOX [ 48%]

...可通过Stat.FPS查看当前帧频。 Laya.timer.loop执行频率依赖于参数指定时间。 Laya.timer.frameLoop(1, this, this.animateFrameRateBased); Laya.stage.on("click", this, this.dispose); dispose() { Laya.timer.clear(this, this.animateFrameRateBased); } 当一个对象的生命周期结...

来源: Laya3.0_文档 发布时间: 20251010

174. laya.display.Stage_API3.0 [ 47%]

...onName。 Default value args: any[] = null 传递给 method 函数的可选参数列表。 Returns void clearTimer clearTimer(caller: any, method: Function): void Inherited from Node.clearTimer Defined in laya/display/Node.ts:609 清理定时器。功能同Laya.timer.clearTimer()。 Parameters calle...

来源: Laya3.0_api 发布时间: 20231115

175. laya.display.Text [ 41%]

...,只会显示一个图片(1.0会显示多个图片),x,y,width,height参数取消。 Sprite localToGlobal(point:Point, createNewPoint:Boolean = false, globalNode:Sprite = null):Point 把本地坐标转换为相对stage的全局坐标。 Sprite off(type:String, caller:*, listener:Function, onc...

来源: Laya2.0_api 发布时间: 20190513

176. LayaAir能做RPG吗?不要问我能不能,因为我已经在做 - 杀意来袭 [ 41%]

...          * @params protocol协议名称          * @params data 参数【和服务端针对协议约定】         */         public request(protocol: string, data: any = null): void {             if (!this.pomelo) return;             if(!this.mConnected){         ...

来源: Laya_社区 发布时间: 20161109

177. laya.display.Text [ 39%]

...oint — Point 字符在本类实例的父坐标系下的坐标。如果out参数不为空,则将结果赋值给指定的Point对象,否则创建一个新的Point对象返回。建议使用Point.TEMP作为out参数,可以省去Point对象创建和垃圾回收的开销,尤其是在需要频...

来源: laya_api 发布时间: 20170929