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

大约有 3,769 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0091 秒)

281. laya.d3.core.scene.AmbientMode_API3.0 [ 90%]

LAYA_API #laya_nav { display: none; position: fixed; top: 0; left: 0; right: 0; z-index: 1000; margin: 0; height: 68px; border-radius: 0; min-width: 310px; background-color: #1A1A1A; background-image: none; border: none; } #laya_content { width: 100%; height: auto; margin: 0px auto 0 auto; } @media...

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

282. laya.d3.core.scene.scenerendermanager.ISceneRenderManager_API3.0 [ 90%]

LAYA_API #laya_nav { display: none; position: fixed; top: 0; left: 0; right: 0; z-index: 1000; margin: 0; height: 68px; border-radius: 0; min-width: 310px; background-color: #1A1A1A; background-image: none; border: none; } #laya_content { width: 100%; height: auto; margin: 0px auto 0 auto; } @media...

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

283. LayaAir3.0版本的Unity导出插件导出的预设在LayaAir3的IDE中查看不了 [ 90%]

...出一个Cube方块,在IDE中打开,在层级面板中只显示一个Scene2D,没有Cube方块     用VSCode打开这个预设文件,发现导出的东西全在一个Scene2D的节点下 Scene2D节点下有一个Scene3D节点,Cube方块就在Scene3D的节点下,这是否是导出文件...

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

284. IDE创建3D示例项目(TypeScript-3D基础(TS)-快速开始一个LayaAir3D项目) [ 90%]

...。以下的代码节选自GameUI.js。 ```typescript //添加3D场景 var scene: Laya.Scene3D = Laya.stage.addChild(new Laya.Scene3D()) as Laya.Scene3D; //添加照相机 var camera: Laya.Camera = (scene.addChild(new Laya.Camera(0, 0.1, 100))) as Laya.Camera; camera.transform.translate(new Laya.Vec...

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

285. Laya.Scene.open方法中的complete的handler在IDE中调试正常,但在微信小游戏中不返回,请问是什么原因。 [ 90%]

Laya.Scene.open方法中的complete的handler在IDE中调试正常,但在微信小游戏中不返回,请问是什么原因。 Laya.Scene.open方法中的complete的handler在IDE中调试正常,但在微信小游戏中不返回,请问是什么原因。 2019-02-20 添加评论 免费帖 --> ...

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

286. 新手入坑请教下各位大神关于LayaMaxUI问题 [ 90%]

...modifications. */ import View=Laya.View; import Dialog=Laya.Dialog; import Scene=Laya.Scene; var REG: Function = Laya.ClassUtils.regClass; export module ui.test { export class TestSceneUI extends Laya.Scene {         public scoreLbl:Laya.Label;         public tipLbll:Laya.Label; cons...

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

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

...随便取的名。 ```typescript import laya.d3.component.Script3D; class SceneScript extends Script3D { //用于表现的方法 public var showMsgFunc:Function; public function SceneScript() { } //对应unity添加的AnimationEvent的动画事件函数,名字是可以对应上的 public function ...

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

288. Laya.Scene.open这个功能可以统一一下吗 [ 90%]

Laya.Scene.open这个功能可以统一一下吗 具体内容看附件吧。。说有敏感字   laya能给解决一下吗 我说的内容都不敏感啊 。。。太难受了。。 附件 : --> myLaya.rar 2021-04-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 ...

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

289. 摄像机动画的使用(ActionScript-3D基础(AS3)-LayaAir3D之Animator动画) [ 90%]

...导出场景后,添加到场景上就能看到效果了。 ```typescript Scene3D.load('LayaScene_scene/Conventional/scene.ls',Handler.create(this,function(scene:Scene3D):void{ Laya.stage.addChild(scene); })); ``` ![](img/2.gif)(图2)

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

290. unity里导出的骨骼动画无法读取 [ 90%]

... {              //添加3D场景              var scene:Scene = new Scene();              Laya.stage.addChild(scene);              //添加照相机                 var camera:Camera = (scene.addChild(new Camera( 0, 0.1, 100))) as Came...

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