大约有 87 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0035 秒)
Laya_社区(62) Laya2.0_api(7) laya_api(7) Laya2.0_文档(4) Laya3.0_文档(3) Laya3.0_api(2) Laya2.0_示例(1) Laya_示例(1)
...Event.FOCUS, this, this.onFocus); this.stage.on(Laya.Event.BLUR, this, this.onBlur); Laya.timer.frameLoop(1,this,this.onFrameLoop); } private onFrameLoop():void{ console.log("delta:",Laya.timer.delta); } private onFo...
来源: Laya_社区 发布时间: 20180724
...er GlowFilter Implements IFilter Index Constructors constructor Methods getBlurInfo1Native getBlurInfo2Native getColorNative _filter Constructors constructor new GlowFilter(color: string, blur?: number, offX?: number, offY?: number): GlowFilter Overrides Filter.constructor Defined in laya/filters/Gl...
来源: Laya3.0_api 发布时间: 20231115
...a/PathData"; import InsManager from "../manager/InsManager"; import { BlurEffect, BlurMaterial } from "../shader/BlurShader/BlurEffect"; export class CommandBuffer_Outline { private commandBuffer: Laya.CommandBuffer; private cameraEventFlag: Laya.CameraEventFlags...
来源: Laya_社区 发布时间: 20210203
... for(var i = 0; i < 5; i++){ t.to(glowFilter, {blur: 10}, 200, null, 0); t.to(glowFilter, {blur: 1}, 200, null, 0); } t.on(Event.COMPLETE, this, function(){ sp.filters = null; }); t.play(0,...
来源: Laya_社区 发布时间: 20181012
...ANGED : String = animationchanged[static] 更换动作时触发。Event BLUR : String = blur[static] 定义 blur 事件对象的 type 属性值。Event CHANGE : String = change[static] 定义 change 事件对象的 type 属性值。Event CHANGED : String = changed[static] 定义 changed 事...
来源: Laya2.0_api 发布时间: 20190513
...rentTarget delta isDblClick nativeEvent target touchId touchPos type ADDED BLUR CHANGE CHANGED CLICK CLOSE COLLISION_ENTER COLLISION_EXIT COLLISION_STAY COMPLETE DEVICE_LOST DISPLAY DOUBLE_CLICK DRAG_END DRAG_MOVE DRAG_START EMPTY END ENTER ERROR FOCUS FOCUS_CHANGE FRAME FULL_SCREEN_CHANGE INPUT JOI...
来源: Laya3.0_api 发布时间: 20231115
...ANGED : String = animationchanged[static] 更换动作时触发。Event BLUR : String = blur[static] 定义 blur 事件对象的 type 属性值。Event CHANGE : String = change[static] 定义 change 事件对象的 type 属性值。Event CHANGED : String = changed[static] 定义 changed 事...
来源: laya_api 发布时间: 20170929
...CHANGED : String = animationchanged[static] 更换动作时触发。Event BLUR : String = blur[static] 定义 blur 事件对象的 type 属性值。Event CHANGE : String = change[static] 定义 change 事件对象的 type 属性值。Event CHANGED : String = changed[static] 定义 changed 事件...
来源: Laya2.0_api 发布时间: 20190513
...CHANGED : String = animationchanged[static] 更换动作时触发。Event BLUR : String = blur[static] 定义 blur 事件对象的 type 属性值。Event CHANGE : String = change[static] 定义 change 事件对象的 type 属性值。Event CHANGED : String = changed[static] 定义 changed 事件...
来源: laya_api 发布时间: 20170929
...[element, this._arrLabel[index], Laya.Event.FOCUS]); element.on(Laya.Event.BLUR, this, this._onInputEvent, [element, this._arrLabel[index], Laya.Event.BLUR]); }); try { // 添加注册事件 this.btn_register.on(Laya.Event.CLICK, this, this._onRegister); } catch(e) { console.log(e); } } /** * 点击...
来源: Laya_社区 发布时间: 20200410