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

大约有 2,455 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0071 秒)

811. laya.device.media.HtmlVideo_API3.0 [ 64%]

... Parameters type: string 事件的类型。 listener: Function 事件侦听函数。 Returns EventDispatcher 此 EventDispatcher 对象。 Inherited from EventDispatcher.off Defined in laya/events/EventDispatcher.ts:113 Parameters type: string caller: any Optional listener: Function Optional args: a...

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

812. laya.ui.WXOpenDataViewer_API3.0 [ 64%]

...启自定义渲染,只有开启自定义渲染,才能使用customRender函数渲染。 Parameters b: boolean Returns void dataSource get dataSource(): any set dataSource(value: any): void Inherited from UIComponent.dataSource Defined in laya/ui/UIComponent.ts:156 implements 数据赋值,通过...

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

813. laya.map.TileAniSprite_API3.0 [ 63%]

...启自定义渲染,只有开启自定义渲染,才能使用customRender函数渲染。 Parameters b: boolean Returns void destroyed get destroyed(): boolean Inherited from Node.destroyed Defined in laya/display/Node.ts:92 是否已经销毁。对象销毁后不能再使用。 Returns boolean dis...

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

814. 数据、图片路径已加载到数组里面,要如何将图片路径赋值给skin?然后显示到list? [ 63%]

...ng()}); } } this.otherItem_list.array = data; //单元格鼠标事件处理函数 this.otherItem_list.mouseHandler = new Handler(this,otherItem_listRender); 是这样子的.我从服务端拿到数据,然后将数据直接传到UI拼接好的otherItem_list里面.但是图片的路径是正确的,刚...

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

815. laya.spine.SpineTemplet_API3.0 [ 63%]

... Parameters type: string 事件的类型。 listener: Function 事件侦听函数。 Returns EventDispatcher 此 EventDispatcher 对象。 Inherited from EventDispatcher.off Defined in laya/events/EventDispatcher.ts:113 Parameters type: string caller: any Optional listener: Function Optional args: a...

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

816. websocket,客户端与服务器不停地收发信息,请问:客户端接收到的数据缓存怎么清理? [ 63%]

...页面中,第一次接收到websocket消息,执行一次receivehandle()函数,第二次接收到消息,执行两次receivehandle()函数,处理的是第二次接收到的消息,第三次执行三次,处理的是第三次接收到的消息。。。以此类推。。。为什么?有人...

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

817. 反射探针 · LayaAir3.0文档 · LAYABOX [ 63%]

...一种是球谐模式一种是纯色模式 图2-1 球谐模式 通过球谐函数计算天空盒提供的环境光信息,反射探针收集到的为球谐函数计算得到的数值 纯色模式 在反射探针收集非指定位置的反射信息由纯色填充 2.2 Importance 重要性判断,当...

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

818. 物理碰撞脚本和触发器脚本(TypeScript-3D基础(TS)-LayaAir3D之物理系统) [ 63%]

... 触发信息是指:`onTriggerStay`,`onTriggerStay`,`onTriggerExit`三个函数。 碰撞信息是指:`onCollisionEnter`,`onCollisionStay`,`onCollisionExit`三个函数。 > *碰撞后有碰撞检测并且有碰撞信息* | | PhysicsCollider | RigidBody | Kinematic RigidBody | PhysicsCollider Tr...

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

819. laya.components.AnimatorState2D_API3.0 [ 63%]

... Parameters type: string 事件的类型。 listener: Function 事件侦听函数。 Returns EventDispatcher 此 EventDispatcher 对象。 Inherited from EventDispatcher.off Defined in laya/events/EventDispatcher.ts:113 Parameters type: string caller: any Optional listener: Function Optional args: a...

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

820. 请问如何将自定义shader应用到spine骨骼动画上? [ 63%]

... 官方文档里讲解了自己派生sprite类,然后重写customrender函数来应用自定义的shader,因此我自己实现了一个skeleton类的字类,并尝试重写customrender函数。 与官方示例里不同的是,官方示例里在mySprite类里自己画了4个顶点,然后应...

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