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

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

141. laya.ui.ScaleBox_API3.0 [ 51%]

...延迟计算数据。 see #runCallLater() Parameters method: Function 要执行函数的名称。例如,functionName。 Default value args: any[] = null 传递给 method 函数的可选参数列表。 Returns void clearTimer clearTimer(caller: any, method: Function): void Inherited from Node.cl...

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

142. DialogManager设置弹出效果后,第一次能打开,第二次就打不开了。 [ 50%]

...位移? anchor锚点设置不生效 dialog 自定义关闭效果,效果执行,弹窗无法关闭 刮刮卡效果实现 list 每次滑动,都是可以滑动一点点,可不可以如何设置,让他每次滑动,只能固定的值。 我刚开始使用layabox,发布了一个h5,但...

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

143. laya.d3.core.scene.Scene3D_API3.0 [ 50%]

...延迟计算数据。 see #runCallLater() Parameters method: Function 要执行函数的名称。例如,functionName。 Default value args: any[] = null 传递给 method 函数的可选参数列表。 Returns void clearTimer clearTimer(caller: any, method: Function): void Inherited from Node.cl...

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

144. laya.ui.Slider_API3.0 [ 50%]

...延迟计算数据。 see #runCallLater() Parameters method: Function 要执行函数的名称。例如,functionName。 Default value args: any[] = null 传递给 method 函数的可选参数列表。 Returns void clearTimer clearTimer(caller: any, method: Function): void Inherited from Node.cl...

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

145. laya.display.Sprite [ 48%]

...:Function, args:Array = null, coverBefore:Boolean = true):void 定时重复执行函数(基于帧率)。功能同Laya.timer.frameLoop()。 Node frameOnce(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true):void 定时执行一次某函数(基于帧率)。功能...

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

146. laya.ui.ColorPicker_API3.0 [ 48%]

...dler: Handler Defined in laya/ui/ColorPicker.ts:99 当颜色发生改变时执行函数处理器。 默认返回参数color:颜色值字符串。 hitTestPrior hitTestPrior: boolean = false Inherited from Text.hitTestPrior Defined in laya/display/Sprite.ts:273 指定鼠标事件检测是优先...

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

147. laya.display.Animation_API3.0 [ 47%]

...延迟计算数据。 see #runCallLater() Parameters method: Function 要执行函数的名称。例如,functionName。 Default value args: any[] = null 传递给 method 函数的可选参数列表。 Returns void clear clear(): AnimationBase Overrides AnimationBase.clear Defined in laya/displa...

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

148. laya.ui.ProgressBar_API3.0 [ 47%]

...ler = new Handler(this, onChange);//设置 progressBar 的value值改变时执行的处理器。 Laya.stage.addChild(progressBar);//将 progressBar 添加到显示列表。 Laya.timer.once(3000, this, changeValue);//设定 3000ms(毫秒)后,执行函数changeValue。 } private function changeV...

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

149. laya.ui.Dialog_API3.0 [ 47%]

...延迟计算数据。 see #runCallLater() Parameters method: Function 要执行函数的名称。例如,functionName。 Default value args: any[] = null 传递给 method 函数的可选参数列表。 Returns void clearTimer clearTimer(caller: any, method: Function): void Inherited from Node.cl...

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

150. WebSocket通信 · LayaAir3.3 · 引擎文档 · LAYABOX [ 47%]

...emo extends Laya.Script { private socket: Laya.Socket; //组件被启用后执行,例如节点被添加到舞台后 onEnable(): void { this.socket = new Laya.Socket(); // 注册事件监听 this.socket.on(Laya.Event.OPEN, this, this.onSocketOpen); this.socket.on(Laya.Event.MESSAGE, this, this.onMe...

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