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

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

1. handler携带的参数在回调函数里面怎么获取? [ 100%]

handler携带的参数在回调函数里面怎么获取? handler携带的参数在回调函数里面怎么获取? 2018-03-30 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 qian 赞同来自: Laya.loader.load(...

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

2. [LayaAir3]携带PhysicsColliderComponent的节点跨场景相关问题 [ 96%]

[LayaAir3]携带PhysicsColliderComponent的节点跨场景相关问题 版本3.1.4,发现组件的_collider属性只有在new的时候设置过一次_physicsManager,如图1; onEnable的时候只是将_collider加入当前场景下的_physicsManager中,但没有设置_collider的_physicsManage...

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

3. laya.utils.Handler [ 86%]

...run():* 执行处理器。 Handler  runWith(data:*):* 执行处理器,携带额外数据。 Handler  setTo(caller:*, method:Function, args:Array, once:Boolean):Handler 设置此对象的指定属性值。 HandlerProperty Detailargspropertypublic var args:Array 参数。callerproperty public v...

来源: laya_api 发布时间: 20170929

4. laya.utils.Handler [ 86%]

...n():* 执行处理器。 Handler  runWith(data:*):* 执行处理器,并携带额外数据。 Handler  setTo(caller:*, method:Function, args:Array, once:Boolean):Handler 设置此对象的指定属性值。 HandlerProperty Detailargspropertypublic var args:Array 参数。callerproperty public ...

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

5. laya.utils.Dragging [ 85%]

...ined By  area : Rectangle 滑动范围。Dragging  data : Object 事件携带数据。Dragging  elasticBackTime : Number 橡皮筋回弹时间,单位为毫秒。Dragging  elasticDistance : Number 橡皮筋最大值。Dragging  hasInertia : Boolean 表示拖动是否有惯性。Dragging ...

来源: laya_api 发布时间: 20170422

6. laya.utils.Handler_API3.0 [ 78%]

...h(data: any): any Defined in laya/utils/Handler.ts:68 执行处理器,并携带额外数据。 Parameters data: any 附加的回调数据,可以是单数据或者Array(作为多参)。 Returns any setTo setTo(caller: any, method: Function | null, args: any[] | null, once?: boolean): Handler Defi...

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

7. ToolTip鼠标悬停的使用 [ 68%]

...p/button.png"; button2.toolTip=Handler.create(this,showTips,null,false); //携带参数的自定义鼠标提示 var button3:Button=new Button(); Laya.stage.addChild(button3); button3.label="button Three"; button3.pos(400,100); button3.skin="comp/button.png"; button3.toolTip=Handler.create(this,showT...

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

8. HttpRequest详解(JavaScript-LayaAir基础篇(JS)-数据与通信) [ 66%]

...动加在`request header`中,但是在发送跨域请求时候是不会携带。这是因为在`CORS`标准中做了规定,默认情况下,浏览器在发送跨域请求时不能发送任何认证信息(`credentials`)如”`cookies`“和”`HTTP authentication schemes`“。除非`xhr.wit...

来源: Laya2.0_文档 发布时间: 20210714

9. HttpRequest详解(TypeScript-LayaAir基础篇(TS)-数据与通信) [ 66%]

...动加在`request header`中,但是在发送跨域请求时候是不会携带。这是因为在`CORS`标准中做了规定,默认情况下,浏览器在发送跨域请求时不能发送任何认证信息(`credentials`)如”`cookies`“和”`HTTP authentication schemes`“。除非`xhr.wit...

来源: Laya2.0_文档 发布时间: 20210715

10. HttpRequest详解(ActionScript-LayaAir基础篇(AS3)-数据与通信) [ 65%]

...动加在`request header`中,但是在发送跨域请求时候是不会携带。这是因为在`CORS`标准中做了规定,默认情况下,浏览器在发送跨域请求时不能发送任何认证信息(`credentials`)如"`cookies`"和"`HTTP authentication schemes`"。除非`xhr.withCredent...

来源: Laya2.0_文档 发布时间: 20210715