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

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

131. laya.d3.core.MeshTerrainSprite3D_API3.0 [ 69%]

...。 Parameters caller: any 执行域(this)。 method: Function 结束时的回调方法。 Returns void clone clone(): Node Inherited from PixelLineSprite3D.clone Defined in laya/d3/core/Sprite3D.ts:296 克隆。 Returns Node 克隆副本。 contains contains(node: Node): boolean Inherited from Node...

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

132. 网络通信 · LayaAir3.0文档 · LAYABOX [ 68%]

...sources文件夹下新建一个data.txt文件 //设置完成事件,添加回调方法 http.once(Laya.Event.COMPLETE, this, this.completeHandler); //设置错误事件,添加回调方法 http.once(Laya.Event.ERROR, this, this.errorHandler); //设置进度事件,添加回调方法 http.on(Laya.E...

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

133. Laya.stage.on(Laya.Event.RESIZE,this, this.ChangeSize); [ 68%]

... Laya.Event.RESIZE 栈溢出问题 使用Laya.stage.on监听键盘事件,回调函数接收的Laya.Event对象不正确,对象中nativeEvent引用丢失 Laya.stage.on(Laya.Event.RESIZE,this, this.ChangeSize); 问题状态 最新活动: 2023-05-16 20:34 浏览: 3458 关注: 2 人 初学者 • 20...

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

134. laya.d3.core.MeshSprite3D_API3.0 [ 68%]

...。 Parameters caller: any 执行域(this)。 method: Function 结束时的回调方法。 Returns void clone clone(): Node Inherited from RenderableSprite3D.clone Defined in laya/d3/core/Sprite3D.ts:300 克隆。 Returns Node 克隆副本。 contains contains(node: Node): boolean Inherited from Nod...

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

135. laya.d3.core.particleshuriken.ShuriKenParticle3D_API3.0 [ 68%]

...。 Parameters caller: any 执行域(this)。 method: Function 结束时的回调方法。 Returns void clone clone(): Node Inherited from RenderableSprite3D.clone Defined in laya/d3/core/Sprite3D.ts:300 克隆。 Returns Node 克隆副本。 contains contains(node: Node): boolean Inherited from Nod...

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

136. laya.d3.core.SkinnedMeshSprite3D_API3.0 [ 68%]

...。 Parameters caller: any 执行域(this)。 method: Function 结束时的回调方法。 Returns void clone clone(): Node Inherited from RenderableSprite3D.clone Defined in laya/d3/core/Sprite3D.ts:300 克隆。 Returns Node 克隆副本。 contains contains(node: Node): boolean Inherited from Nod...

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

137. laya.d3.core.trail.TrailSprite3D_API3.0 [ 68%]

...。 Parameters caller: any 执行域(this)。 method: Function 结束时的回调方法。 Returns void clone clone(): Node Inherited from RenderableSprite3D.clone Defined in laya/d3/core/Sprite3D.ts:300 克隆。 Returns Node 克隆副本。 contains contains(node: Node): boolean Inherited from Nod...

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

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

...er = new Handler(this,otherItem_listRender,null,false);  你试一下在回调otherItem_listRender(){ .skin="" } 里面直接给skin赋值,我平常都是这样用的。 2018-03-21 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起...

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

139. laya.d3.core.SimpleSkinnedMeshSprite3D_API3.0 [ 68%]

...。 Parameters caller: any 执行域(this)。 method: Function 结束时的回调方法。 Returns void clone clone(): Node Inherited from RenderableSprite3D.clone Defined in laya/d3/core/Sprite3D.ts:300 克隆。 Returns Node 克隆副本。 contains contains(node: Node): boolean Inherited from Nod...

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

140. Laya.timer.loop()如何停止 [ 68%]

... 如何停止整个游戏 怎么停止正在运行Laya.timer.frameLoop的回调函数 打包安卓版本时 播放音效会停止掉背景音乐 FBXTools.exe把模型拖上去就停止工作,不清楚是什么原因? 使用FBXTools转换文件直接停止工作 问题状态 最新活动: 2017-06...

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