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

大约有 2,313 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0107 秒)

2121. Unity插件导出带蒙皮数据的模型,laya里加载抛出异常 [ 37%]

...touren.lm"); var wolf = new Laya.SkinnedMeshSprite3D(wolfmesh); this.scene.addChild(wolf);抛出异常信息见附件     附件 : --> 2018-02-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 14 个回复 qian 赞同来自...

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

2122. 多线程worker(JavaScript-2D进阶篇(JS)-游戏加载策略) [ 37%]

...Loaded(){ //实例UI界面 var testView = ui.test.TestPageUI(); Laya.stage.addChild(testView); } ``` `WorkerLoader.workerPath = "libs/worker.js";`设置worker.js的路径,这个worker.js是Laya官方提供的,我们把他拷贝复制到我们自己设置的路径,这个js在Laya的引擎库当...

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

2123. IDE1.7.19.1beta打包apk后后,播放spine动画出现图片缺失 [ 37%]

...oad('res/spine/princess1.sk', new Laya.Handler(this, () => { Laya.stage.addChild(spine); spine.play(0, true); })); index.html  <html> <head> <meta charset='utf-8' /> <title>XXXXX</title> <meta name='viewport' content='width=device-width,initial-scale=1.0,minimum-...

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

2124. laya.map.MapLayer_API3.0 [ 37%]

...m url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce fromParentP...

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

2125. 如何启用摇一摇 [ 37%]

...:Number; private var txt:TextField; public function Shake_A_Shake() { this.addChild(txt=new TextField); txt.x=10; txt.y=10; txt.autoSize=TextFieldAutoSize.LEFT; if(Accelerometer.isSupported) { oldAccX=0; oldAccY=0; oldAccZ=0; sum=0; acc1=new Accelerometer(); acc1.addEventListener(AccelerometerEvent....

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

2126. laya.ui.DialogManager_API3.0 [ 37%]

...m url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer close closeAll closeByGroup contains customRender destroy destroyChildren doClose doOpen drawToCanvas drawToTexture drawToText...

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

2127. laya.physics.PhysicsDebugDraw [ 37%]

...ed Public Methods MethodDefined By  PhysicsDebugDraw()PhysicsDebugDraw addChild(node:Node):Node 添加子节点。 Node addChildAt(node:Node, index:int):Node 添加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node addComponent(type:Class):* 添加...

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

2128. laya.d3.core.scene.VRScene [ 37%]

...ods MethodDefined By  VRScene() 创建一个 VRScene 实例。 VRScene addChild(node:Node):Node[override] 添加子节点。 BaseScene addChildAt(node:Node, index:int):Node[override] 添加子节点到指定的索引位置。 BaseScene addChildren(... args):void 批量增加子节点 Node add...

来源: laya_api 发布时间: 20170422

2129. laya.ani.swf.MovieClip_API3.0 [ 37%]

...m url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance addLabel bubbleEvent callLater clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce fr...

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

2130. 多线程worker(TypeScript-2D进阶篇(TS)-游戏加载策略) [ 37%]

...面 var testView:ui.test.TestPageUI = new ui.test.TestPageUI(); Laya.stage.addChild(testView); } } new LayaUISample; ``` `WorkerLoader.workerPath = "libs/worker.js";`设置worker.js的路径,这个worker.js是Laya官方提供的,我们把他拷贝复制到我们自己设置的路径,这个js...

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