大约有 799 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0071 秒)
Laya_社区(401) Laya3.0_api(155) laya_api(105) Laya2.0_api(97) Laya2.0_文档(19) Laya3.0_文档(14) Laya2.0_示例(4) Laya_示例(4)
....hitArea值是HitArea对象,表示显式声明了此对象的鼠标事件响应区域,而忽略对象的宽高、mouseThrough属性。 影响对象鼠标事件响应区域的属性为:width、height、hitArea,优先级顺序为:hitArea(type:HitArea)>hitArea(type:Rectangle)>width/heig...
来源: laya_api 发布时间: 20170929
...侦听器对象,以使侦听器能够接收事件通知,此侦听事件响应一次后自动移除。 Parameters type: string 事件的类型。 listener: Function 事件侦听函数。 Returns EventDispatcher 此 EventDispatcher 对象。 Inherited from EventDispatcher.once Defined in laya/even...
来源: Laya3.0_api 发布时间: 20231115
...是给对象发送事件,不会挨个组件调用碰撞函数 组件要响应碰撞的话,要通过监听事件 Returns void rayCast rayCast(ray: Ray, outHitResult?: CannonHitResult, distance?: number, collisonGroup?: number, collisionMask?: number): boolean Defined in laya/d3/physicsCannon/Cann...
来源: Laya3.0_api 发布时间: 20231102
....hitArea值是HitArea对象,表示显式声明了此对象的鼠标事件响应区域,而忽略对象的宽高、mouseThrough属性。 影响对象鼠标事件响应区域的属性为:width、height、hitArea,优先级顺序为:hitArea(type:HitArea)>hitArea(type:Rectangle)>width/heig...
来源: Laya2.0_api 发布时间: 20190513
....hitArea值是HitArea对象,表示显式声明了此对象的鼠标事件响应区域,而忽略对象的宽高、mouseThrough属性。 影响对象鼠标事件响应区域的属性为:width、height、hitArea,优先级顺序为:hitArea(type:HitArea)>hitArea(type:Rectangle)>width/heig...
来源: laya_api 发布时间: 20170929
....hitArea值是HitArea对象,表示显式声明了此对象的鼠标事件响应区域,而忽略对象的宽高、mouseThrough属性。 影响对象鼠标事件响应区域的属性为:width、height、hitArea,优先级顺序为:hitArea(type:HitArea)>hitArea(type:Rectangle)>width/heig...
来源: Laya2.0_api 发布时间: 20190513
....hitArea值是HitArea对象,表示显式声明了此对象的鼠标事件响应区域,而忽略对象的宽高、mouseThrough属性。 影响对象鼠标事件响应区域的属性为:width、height、hitArea,优先级顺序为:hitArea(type:HitArea)>hitArea(type:Rectangle)>width/heig...
来源: laya_api 发布时间: 20170929
...useHandler); rect.on(Event.MOUSE_WHEEL, this, mouseHandler); } /** * 鼠标响应事件处理 */ function mouseHandler(e) { switch (e.type) { case Event.MOUSE_DOWN: appendText("\n————————\n左键按下"); break; case Event.MOUSE_UP: appendText("\n左键抬起"); break; case Event.CLI...
来源: Laya_社区 发布时间: 20180205
...侦听器对象,以使侦听器能够接收事件通知,此侦听事件响应一次后自动移除。 EventDispatcher start(options:Object = null):void 开启物理世界 options值参考如下: allowSleeping:true, gravity:10, customUpdate:false 自己控制物理更新时机,自己调用...
来源: Laya2.0_api 发布时间: 20190513
....hitArea值是HitArea对象,表示显式声明了此对象的鼠标事件响应区域,而忽略对象的宽高、mouseThrough属性。 影响对象鼠标事件响应区域的属性为:width、height、hitArea,优先级顺序为:hitArea(type:HitArea)>hitArea(type:Rectangle)>width/heig...
来源: Laya2.0_api 发布时间: 20190513