大约有 2,842 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0077 秒)
Laya_社区(1671) Laya3.0_api(672) Laya2.0_文档(152) Laya2.0_api(128) laya_api(122) Laya3.0_文档(70) Laya2.0_示例(16) Laya_示例(11)
...chId : int 分配给触摸点的唯一标识号(作为 int)。Event type : String 事件类型。EventPublic Methods MethodDefined By setTo(type:String, currentTarget:Sprite, target:Sprite):Event 设置事件数据。 Event stopPropagation():void 阻止对事件流中当前节点的...
来源: laya_api 发布时间: 20170929
...chId : int 分配给触摸点的唯一标识号(作为 int)。Event type : String 事件类型。EventPublic Methods MethodDefined By setTo(type:String, currentTarget:Sprite, target:Sprite):Event 设置事件数据。 Event stopPropagation():void 阻止对事件流中当前节点的...
来源: Laya2.0_api 发布时间: 20190513
... static EMPTY: Event; /** 定义 mousedown 事件对象的 type 属性值。*/ static MOUSE_DOWN: string; /** 定义 mouseup 事件对象的 type 属性值。*/ static MOUSE_UP: string; /** 定义 click 事件对象的 type ...
来源: Laya_社区 发布时间: 20170601
...ouchId : int 分配给触摸点的唯一标识号(作为 int)。Event type : String 事件类型。EventPublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By setTo(type:String, currentTarget:Sprite, target:Sprite):Event 设置事件数据。 Event stopPr...
来源: laya_api 发布时间: 20170929
...ouchId : int 分配给触摸点的唯一标识号(作为 int)。Event type : String 事件类型。EventPublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By setTo(type:String, currentTarget:Sprite, target:Sprite):Event 设置事件数据。 Event stopPr...
来源: Laya2.0_api 发布时间: 20190513
...; constructor(token) { Laya.loader.load([{ url: "res/ui/LoadProgress.fui", type: Loader.BUFFER }], Handler.create(this, this.loadProgress)) this.token = token; } public loadProgress() { this.progressUI = UIBase.create(LoadProgress.UI_LoadProgress, "LoadProgress", LoadProgress.LoadProgressBinder.bind...
来源: Laya_社区 发布时间: 20171204
...度UI Progress: Progress; Socket: Socket; arr = [ { url: "images/1.jpg", type: Laya.Loader.IMAGE } , { url: "images/2.jpg", type: Laya.Loader.IMAGE } , { url: "images/3.jpg", type: Laya.Loader.IMAGE } , { url: "images/4.png", type: Laya.Loader.IMAGE } , { url: "images/5.jpg", type: Laya.Loader.IMAGE...
来源: Laya_社区 发布时间: 20171217
...; var imgArr = ; imgArr.push({url:"cont/cpf1.jpg",type:Loader.IMAGE}); imgArr.push({url:"cont/cpr1.jpg",type:Loader.IMAGE}); imgArr.push({url:"cont/cps1.jpg",type:Loader.IMAGE}); imgArr.push({url:"cont/cpt1.jpg",type:Loader.IMAGE}); ...
来源: Laya_社区 发布时间: 20160815
... export default class TestScript extends Laya.Script { /** @prop {name:intType, tips:"整数类型示例", type:Int, default:1000}*/ public intType: number = 1000; /** @prop {name:numType, tips:"数字类型示例", type:Number, default:1000}*/ public numType: number = 1000; /** @prop {name:strType,...
来源: Laya_社区 发布时间: 20181215
...事件的所有类的基类。 Public Methods MethodDefined By event(type:String, data:* = null):Boolean 派发事件。 EventDispatcher hasListener(type:String):Boolean 检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。 EventDispatcher isMouseEvent(type:S...
来源: laya_api 发布时间: 20170929