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

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

961. laya.d3.component.Animator [ 61%]

...thodDefined By  Animator() 创建一个 Animation 实例。 Animator  _load(owner:ComponentNode):void[override] Animator  _unload(owner:ComponentNode):void[override] Animator  _updateAvatarNodes(avatarAnimationDatas:Vector.<Matrix4x4>):void private Animator  _updateAvatarNodesCache(a...

来源: laya_api 发布时间: 20170929

962. SCALE_FIXED_WIDTH适配屏幕的问题 [ 61%]

...Laya.View.regComponent("ScaleButton", ScaleButton);             Laya.loader.load("res/atlas/com/loading.atlas", Laya.Handler.create(this, this.loadGame));         }         private loadGame(): void {             var resArray = [                 { url: "res/atlas/lobby/cre...

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

963. 动画挂点(TypeScript-3D基础(TS)-LayaAir3D之Animator动画) [ 61%]

...需要重新导出。 > 新版本骨骼挂点 ```typescript Laya.Scene3D.load("LayaScene_SceneMonkey/Conventional/SceneMonkey.ls",Laya.Handler.create(this,function(res){ Laya.stage.addChild(res); //用于挂点的精灵 var box = new Laya.MeshSprite3D(Laya.PrimitiveMesh.createBox(1,1,1)); var materi...

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

964. 动画挂点(JavaScript-3D基础(JS)-LayaAir3D之Animator动画) [ 61%]

...需要重新导出。 > 新版本骨骼挂点 ```typescript Laya.Scene3D.load("LayaScene_SceneMonkey/Conventional/SceneMonkey.ls",Laya.Handler.create(this,function(res){ Laya.stage.addChild(res); //用于挂点的精灵 var box = new Laya.MeshSprite3D(Laya.PrimitiveMesh.createBox(1,1,1)); var materi...

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

965. 设置适配SCALE_FIXED_WIDTH,结果少部分andriod机型不能正确适配屏幕 [ 61%]

...Laya.View.regComponent("ScaleButton", ScaleButton);             Laya.loader.load("res/atlas/com/loading.atlas", Laya.Handler.create(this, this.loadGame));         }         private loadGame(): void {             var resArray = [                 { url: "res/atlas/lobby/cre...

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

966. 同一类型光源互斥的问题报告 [ 61%]

...w Laya.Vector4(0.8, 0.8, 0.8, 0); material.diffuseTexture = Laya.Texture2D.load("images/bg03.png"); box.meshRender.material = material; //平面 var plane = sprite3D.addChild(new Laya.MeshSprite3D(new Laya.PlaneMesh(15, 15, 1, 1))); plane.transform.position = new Laya.Vector3(0, 0, 0); var material2...

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

967. 动画挂点(ActionScript-3D基础(AS3)-LayaAir3D之Animator动画) [ 60%]

...那就需要重新导出。 > 新版本骨骼挂点 ```typescript Scene3D.load("LayaScene_SceneMonkey/Conventional/SceneMonkey.ls",Handler.create(this,function(res:Scene3D):void{ Laya.stage.addChild(res); //用于挂点的精灵 var box: MeshSprite3D = new MeshSprite3D(PrimitiveMesh.createBox(1,1,1)...

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

968. laya.ani.swf.MovieClip [ 60%]

...oolean 检测指定事件类型是否是鼠标事件。 EventDispatcher  load(url:String, atlas:Boolean = false, atlasPath:String = null):void 加载资源。 MovieClip loadImage(url:String, x:Number = 0, y:Number = 0, width:Number = 0, height:Number = 0, complete:Handler = null):Sprite 加载并...

来源: laya_api 发布时间: 20170929

969. 微信小游戏中加载unity导出的场景报错the .lh file root type must be Scene [ 60%]

...失败:       /**     *@inheritDoc     */   __proto.onAsynLoaded=function(url,data,params){     var json=data[0]     if (json.type!=="Scene"){ if (url == "scene/Demo_Interiors.ls"){ console.log(data[0]); throw new Error("Scene: the .lh file root type must be Scene,please use...

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

970. 求HTTP相关的文档或者例子谢谢了 [ 60%]

...      __proto__.checkList=function(){             this.publicloader=new URLLoader();             this.publicloader.dataFormat=/*iflash.net.URLLoaderDataFormat.VARIABLES*/"variables";             this.publicloader.addEventListener(/*iflash.events.Event.COMPLETE*/"comple...

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