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

大约有 354 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0069 秒)

311. CPU优化方式(ActionScript-2D进阶篇(AS3)-性能优化) [ 44%]

...过Stat.FPS查看当前帧频。 2. `Laya.timer.loop`执行频率依赖于参数指定时间。 ```javascript Laya.timer.frameLoop(1, this, animateFrameRateBased); Laya.stage.on("click", this, dispose); private function dispose():void  {     Laya.timer.clear(this, animateFrameRateBased); ...

来源: Laya2.0_文档 发布时间: 20210715

312. CPU优化方式(JavaScript-2D进阶篇(JS)-性能优化) [ 44%]

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

来源: Laya2.0_文档 发布时间: 20210715

313. 内存优化方式(ActionScript-2D进阶篇(AS3)-性能优化) [ 43%]

...这个回调方法,那么就需要对`Hanlder.create()`方法中的`once`参数设置为`false`。或者用`new Handler()`的方式创建。 例如,我们需要在游戏开始界面中加载资源,需要对加载资源的进度进行显示,下面的编码为就是错误的。 ```javascript L...

来源: Laya2.0_文档 发布时间: 20210715

314. 性能统计与优化 · LayaAir3.0文档 · LAYABOX [ 43%]

...在视锥里面的次数,判断一次就加1,有几次判断,这个参数就是几。 视锥体裁剪是指,只对在视锥体内的物体进行渲染,超出视锥体的物体不进行渲染,从而减少不必要的渲染,提高游戏的性能表现。 Frustum Culling的数量越大,...

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

315. laya.ui.List_API3.0 [ 43%]

... Defined in laya/ui/List.ts:176 单元格鼠标事件处理器(默认返回参数e:Event,index:int)。 mouseThrough mouseThrough: boolean = false Inherited from Text.mouseThrough Defined in laya/display/Sprite.ts:260 鼠标事件与此对象的碰撞检测是否可穿透。碰撞检测发生在鼠...

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

316. laya.particle.Particle2D_API3.0 [ 43%]

...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

317. laya.map.MapLayer_API3.0 [ 42%]

...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

318. CPU优化方式(TypeScript-2D进阶篇(TS)-性能优化) [ 42%]

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

来源: Laya2.0_文档 发布时间: 20210714

319. laya.ui.Radio_API3.0 [ 42%]

...d in laya/ui/Button.ts:628 对象的点击事件处理器函数(无默认参数)。 implements Returns Handler Inherited from Button.clickHandler Defined in laya/ui/Button.ts:632 对象的点击事件处理器函数(无默认参数)。 implements Parameters value: Handler Returns void compon...

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

320. laya.ui.ComboBox_API3.0 [ 42%]

...Box.ts:445 改变下拉列表的选择项时执行的处理器(默认返回参数index:int)。 Returns Handler Defined in laya/ui/ComboBox.ts:449 改变下拉列表的选择项时执行的处理器(默认返回参数index:int)。 Parameters value: Handler Returns void selectedIndex get selectedIndex...

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