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

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

91. 3D场景跳转到2D场景问题 [ 61%]

...ctorySceneUI {  constructor() { super();   } onAwake(){ let btnOnce=this.getChildByName("btnOnce"); btnOnce.on(Laya.Event.CLICK,this,this.onClick); } onClick(e){ this.removeSelf(); let gameScene=new GameScene(); Laya.stage.addChild(gameScene); } } 求大佬教学 2019-09-03 添加评论 免费帖 ...

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

92. laya.d3.core.light.LightSprite_API3.0 [ 61%]

...lone contains destroy destroyChildren event frameLoop frameOnce getChildAt getChildByName getChildIndex getComponent getComponents hasHideFlag hasListener isAncestorOf off offAll offAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once removeChild removeChildAt removeChildByName ...

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

93. Laya场景编辑时加入的Graphics组件,代码中该如何获取? [ 61%]

...声明、获取: private backBtn: Laya.Button; this.backBtn = this.scene.getChildByName('backBtn') as Laya.Button;但这个Rect就不知道是什么类型的了,试了下Laya.Rect/Laya.Graphics.Rect之类的,都没有这个类。     附件 : --> 2019-10-22 1 条评论 免费帖 --> 分享 ...

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

94. laya.d3.core.light.PointLight_API3.0 [ 60%]

...lone contains destroy destroyChildren event frameLoop frameOnce getChildAt getChildByName getChildIndex getComponent getComponents hasHideFlag hasListener isAncestorOf off offAll offAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once removeChild removeChildAt removeChildByName ...

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

95. LayaUISample.max.js:321 Uncaught TypeError: Cannot set property 'text' of null [ 60%]

...ncaught TypeError: Cannot set property 'text' of null var txt:Label = cell.getChildByName("listNumber") as Label;  txt.text = data.listNumber;   调试时会报:LayaUISample.max.js:321 Uncaught TypeError: Cannot set property 'text' of null 引擎版本 LayaAirAS3_1.7.7_beta 2017-06-28 添加...

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

96. unity导出3d默认模型。代码添加网格碰撞必先错误 [ 60%]

...对,建议看看官网示例,附下正确代码   this.role = scene3D.getChildByName("Cube") as Laya.MeshSprite3D;  let phy: Laya.PhysicsCollider = this.role.addComponent(Laya.PhysicsCollider) as Laya.PhysicsCollider; let mesh:Laya.Mesh = Laya.loader.getRes("res/Conventional/Library/unity defa...

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

97. laya.d3.core.BaseCamera_API3.0 [ 60%]

...lone contains destroy destroyChildren event frameLoop frameOnce getChildAt getChildByName getChildIndex getComponent getComponents hasHideFlag hasListener isAncestorOf off offAll offAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once removeAllLayers removeChild removeChildAt re...

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

98. laya.d3.core.light.SpotLight_API3.0 [ 60%]

...lone contains destroy destroyChildren event frameLoop frameOnce getChildAt getChildByName getChildIndex getComponent getComponents hasHideFlag hasListener isAncestorOf off offAll offAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once removeChild removeChildAt removeChildByName ...

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

99. 求解clip的切片得到的单个width为0 [ 60%]

...被折叠 要回复问题请先登录 发起人 ludwig 相关问题 使用getChildByName()无法得到子节点对象 求解:2D项目中加载View,Laya.Scene.load应该如何使用? LayaAir IDE 1.7.15 beta 九宫格在ie11下有缝隙,希望得到关注和解决! 请教:粒子的官...

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

100. 场景天空(JavaScript-3D基础(JS)-LayaAir3D之场景渲染配置) [ 60%]

...。 #### 使用代码设置场景天空 ```typescript var camera = scene.getChildByName("Main Camera"); //加入摄像机移动控制脚本 camera.addComponent(CameraMoveScript); //加载相机天空盒材质 Laya.BaseMaterial.load("res/threeDimen/skyBox/skyBox1/SkyBox.lmat", Laya.Handler.create(nul...

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