大约有 354 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0069 秒)
Laya_社区(190) Laya2.0_文档(106) Laya3.0_api(40) Laya3.0_文档(9) Laya2.0_示例(4) Laya2.0_api(3) Laya_示例(2)
...过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
...过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
...这个回调方法,那么就需要对`Hanlder.create()`方法中的`once`参数设置为`false`。或者用`new Handler()`的方式创建。 例如,我们需要在游戏开始界面中加载资源,需要对加载资源的进度进行显示,下面的编码为就是错误的。 ```javascript L...
来源: Laya2.0_文档 发布时间: 20210715
...在视锥里面的次数,判断一次就加1,有几次判断,这个参数就是几。 视锥体裁剪是指,只对在视锥体内的物体进行渲染,超出视锥体的物体不进行渲染,从而减少不必要的渲染,提高游戏的性能表现。 Frustum Culling的数量越大,...
来源: Laya3.0_文档 发布时间: 20241016
... 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
...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
...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
...过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
...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
...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