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

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

281. 在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

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

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

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

283. 摄像机动画的使用(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

284. laya.d3.core.scene.SceneManager [ 90%]

...I DocumentationAll Packages | All Classes | Index | Frames No Frames SceneManagerMethods Packagelaya.d3.core.sceneClasspublic class SceneManagerInheritanceSceneManager Object ... Public Methods  MethodDefined By  SceneManager()SceneManagerConstructor DetailSceneManager()Constructorpublic f...

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

285. laya.d3.core.scene.OctreeMotionList [ 90%]

...| Index | Frames No Frames OctreeMotionListMethods Packagelaya.d3.core.sceneClasspublic class OctreeMotionListInheritanceOctreeMotionList SingletonList Object OctreeMotionList 类用于实现物理更新队列。 Public Methods  MethodDefined By  OctreeMotionList() 创建一个新的 OctreeMo...

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

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

287. 射线检测-射线检测 [ 90%]

...Laya.Stage.SCALE_FULL; Laya.stage.screenMode = Laya.Stage.SCREEN_NONE; var scene = Laya.stage.addChild(new Laya.Scene()); //初始化照相机 var camera = scene.addChild(new Laya.Camera(0, 0.1, 100)); camera.transform.translate(new Laya.Vector3(0, 1, 3)); camera.clearColor = null; Laya.loader.creat...

来源: Laya_示例 发布时间: 20241124

288. 微信浏览器,input输入完成后,游戏不能还原 [ 90%]

..._FIXED_HEIGHT; Laya.stage.screenMode = Laya.Stage.SCREEN_HORIZONTAL;  var scene = new Laya.Sprite(); scene.width = Laya.stage.width; scene.height = Laya.stage.height; scene.graphics.drawRect(0, 0, Laya.stage.width, Laya.stage.height, "#3e3534"); Laya.stage.addChild(scene);  var inputText = new Lay...

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

289. laya.display.Scene [ 89%]

...I DocumentationAll Packages | All Classes | Index | Frames No Frames SceneProperties | Methods | Events Packagelaya.displayClasspublic class SceneInheritanceScene Sprite Node EventDispatcher Object 场景类,负责场景创建,加载,销毁等功能 场景被从节点移除后,并...

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

290. laya.display.Scene_API3.0 [ 89%]

...Protected All Inherited Externals Only exported Menu Globals "laya/display/Scene" Scene Class Scene 场景类,负责场景创建,加载,销毁等功能 场景被从节点移除后,并不会被自动垃圾机制回收,如果想回收,请调用destroy接口,可以通过unDestroyedScenes...

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