大约有 3,680 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0135 秒)
Laya_社区(3202) Laya2.0_文档(154) Laya3.0_api(102) Laya2.0_api(82) Laya3.0_文档(71) Laya_示例(44) laya_api(25)
...随便取的名。 ```typescript import laya.d3.component.Script3D; class SceneScript extends Script3D { //用于表现的方法 public var showMsgFunc:Function; public function SceneScript() { } //对应unity添加的AnimationEvent的动画事件函数,名字是可以对应上的 public function ...
来源: Laya2.0_文档 发布时间: 20210715
Laya.Scene.open这个功能可以统一一下吗 具体内容看附件吧。。说有敏感字 laya能给解决一下吗 我说的内容都不敏感啊 。。。太难受了。。 附件 : --> myLaya.rar 2021-04-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 ...
来源: Laya_社区 发布时间: 20210403
...导出场景后,添加到场景上就能看到效果了。 ```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
...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
...| Index | Frames No Frames OctreeMotionListMethods Packagelaya.d3.core.sceneClasspublic class OctreeMotionListInheritanceOctreeMotionList SingletonList Object OctreeMotionList 类用于实现物理更新队列。 Public Methods MethodDefined By OctreeMotionList() 创建一个新的 OctreeMo...
来源: Laya2.0_api 发布时间: 20190513
... { //添加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
...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
..._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
...I DocumentationAll Packages | All Classes | Index | Frames No Frames SceneProperties | Methods | Events Packagelaya.displayClasspublic class SceneInheritanceScene Sprite Node EventDispatcher Object 场景类,负责场景创建,加载,销毁等功能 场景被从节点移除后,并...
来源: Laya2.0_api 发布时间: 20190513
...Protected All Inherited Externals Only exported Menu Globals "laya/display/Scene" Scene Class Scene 场景类,负责场景创建,加载,销毁等功能 场景被从节点移除后,并不会被自动垃圾机制回收,如果想回收,请调用destroy接口,可以通过unDestroyedScenes...
来源: Laya3.0_api 发布时间: 20231115