大约有 252 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0223 秒)
...ent.HomeScaleFilterImg(3, 655, "home/imgExpedition.png", 0); this._sprHome.addChildAt(this.imgExpedition, 0); this.homeScaleFilterImgList.push(this.imgExpedition); Laya.timer.once(2000, this, () => { let dd: Laya.HitArea = new Laya.HitArea(); this.imgExpedition.hitArea = dd; dd.hit.drawRect(1...
来源: Laya_社区 发布时间: 20180507
...邀请: 与内容相关的链接 提交 1 个回复 tudouhu 赞同来自: addChildAt 2018-11-25 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 Sunnywizards 相关问题 请问LayaAir中如何使图片以圆形的方式显示? 安装lay...
来源: Laya_社区 发布时间: 20181124
...下对Box的子节点进行对应的设置,深度可以通过zOrder或者addChildAt进行调整,位置可以通过pos进行修改。 以上仅供参考,如果还有不明白的地方,欢迎提出来,我们一起讨论,谢谢! 2016-07-05 0 0 分享 微博 QZONE 微信 为什么...
来源: Laya_社区 发布时间: 20160704
...张图片按每一帧刷新到这上面。 项目中使用fairyUI,如果addChildAt这个,3D模型就显示不出来,如果换demo那种办法就会黑屏,该如何处理?有点棘手,希望可以帮忙支援一下 附件 : --> 2022-05-30 添加评论 免费帖 --> 分享 微博 QZONE 微...
来源: Laya_社区 发布时间: 20220530
...flectionList _initialize _processActive _setIndexInReflectionList addChild addChildAt addChildren addComponent addComponentInstance addInputChild callLater clearTimer clone contains destroy destroyChildren event frameLoop frameOnce getChildAt getChildByName getChildIndex getComponent getComponents h...
来源: Laya3.0_api 发布时间: 20231102
...60; bmp.height = 640; var sp:Sprite = new Sprite(); sp.addChild(bmp); this.addChildAt(sp, 0); Multitouch.inputMode = MultitouchInputMode.TOUCH_POINT; sp.addEventListener(TouchEvent.TOUCH_BEGIN, onTouchBegin); } protected function onTouchBegin(event:TouchEvent):void { log(event.touchPointID.toString(...
来源: Laya_社区 发布时间: 20160122
...owStrength timer transform url Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer clone contains destroy destroyChildren event frameLoop frameOnce getChildAt getChildByName getChildIndex getComponent getComponents has...
来源: Laya3.0_api 发布时间: 20231115
...owStrength timer transform url Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer clone contains destroy destroyChildren event frameLoop frameOnce getChildAt getChildByName getChildIndex getComponent getComponents has...
来源: Laya3.0_api 发布时间: 20231115
...ayaScene_PUCHENG3D/Conventional/PUCHENG3D.ls") as Laya.Scene3D; Laya.stage.addChildAt(scene_360, 0); var camera = (scene_360 as Laya.Node).getChildByName('Main Camera') as Laya.Camera; // var camera = new Laya.Camera(0, 0.1, 100); // scene_360.addChild(camera); camera.transform.rotationEuler = new L...
来源: Laya_社区 发布时间: 20190813
...ite3D addChild(node:Node):Node[override] 添加子节点。 Sprite3D addChildAt(node:Node, index:int):Node[override] 添加子节点到指定的索引位置。 Sprite3D addChildren(... args):void 批量增加子节点 Node addComponent(type:*):Component3D 添加指定类型组件。 Sprite...
来源: laya_api 发布时间: 20170929