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

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

121. 在Unity中设置动画事件(ActionScript-3D基础(AS3)-LayaAir3D之Animator动画) [ 55%]

...e.addChild(scene) as Scene3D; //获取cube对象 var cube:Sprite3D = scene.getChildByName("Cube"); //添加组件(脚本) var _script:SceneScript = cube.addComponent(SceneScript); //label用于显示 var _lab:Label = new Label(); _lab.text = "test"; _lab.height = 100; _lab.width = 100; _lab.fontSize...

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

122. laya.d3.webxr.core.WebXRCamera_API3.0 [ 54%]

...ographicCoord destroy destroyChildren event frameLoop frameOnce getChildAt getChildByName getChildIndex getComponent getComponents hasHideFlag hasListener isAncestorOf normalizedViewportPointToRay off offAll offAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once recoverRenderCo...

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

123. laya.d3.core.Camera [ 54%]

...:int):Node 根据子节点索引位置,获取子节点对象。 Node getChildByName(name:String):Node 根据子节点名字,获取子节点对象。 Node getChildIndex(node:Node):int 根据子节点对象,获取子节点索引位置。 Node getComponent(clas:*):* 获得组件实例...

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

124. 材质功能介绍(TypeScript-3D基础(TS)-LayaAir3D之Material材质) [ 52%]

...e.ls")) as Laya.Scene3D; //从场景获取球型精灵 this.sphere = scene.getChildByName("Sphere") as Laya.MeshSprite3D; //获取球型精灵自带BlinnPhong材质 this.billinMaterial = this.sphere.meshRenderer.material; ``` > 拿到材质之后,我们可以修改材质或者将这个材质给...

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

125. 升级到3.0-beta6无法选择资源了 [ 52%]

...自动生成了? 发布到vivo平台后,龙骨动画无法显示 使用getChildByName()无法得到子节点对象 分享:LayaAir下如何获取图集下小图资源? 点击代码编辑模器 就提示无法打开代码编辑器 请配置 这个怎么解决? Laya["MiniAdpter"].nativ...

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

126. laya.d3.core.particleShuriKen.ShuriKenParticle3D [ 51%]

...:int):Node 根据子节点索引位置,获取子节点对象。 Node getChildByName(name:String):Node 根据子节点名字,获取子节点对象。 Node getChildIndex(node:Node):int 根据子节点对象,获取子节点索引位置。 Node getComponent(clas:*):* 获得组件实例...

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

127. meshRender修改材质问题 [ 50%]

...ya.Vector3(0,0,0),false); warehouseMeshSprite3D1= warehouse1.getChildAt(0).getChildByName("Mesh1"); var material = warehouseMeshSprite3D1.meshRender.material; material.albedo = new Laya.Vector4(1,0,0,1);换了一个模型就不行了,模型文件如下   会提示报错信息: TypeError: Cannot...

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

128. 属于Laya3D.Sprite类型对象克隆之后,只要在主摄像头视线外,就会消失 [ 49%]

...指同时按下就会报这个错 object has in SimpleSingletonList 使用getChildByName()无法得到子节点对象 开启CastShadow以后,模型会莫名其妙消失,物体渲染队列_IndexInList会被破坏 3d显示对象克隆体超出舞台不再显示bug2.1.0.btea1 怎么讲lay...

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

129. laya.display.Node_API3.0 [ 49%]

...imer 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

130. (实现手指控制模型缩放旋转)触控可以识别 但是导入模型没有根据触控反应 [ 46%]

...er.parent as Laya.Scene3D;         this._text = this._scene.parent.getChildByName("ceshi") as Laya.Text;         this._camera = this._scene.getChildByName("camera") as Laya.Camera; } onUpdate(){ var touchCount = this._scene.input.touchCount();         if (1 === touchCount){ ...

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