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

大约有 1,654 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0059 秒)

1491. laya.d3.component.AnimatorState_API3.0 [ 48%]

...clipStart name speed Accessors clip Methods _addReference _clearReference _getReferenceCount _removeReference addScript clone cloneTo getScript getScripts Constructors constructor new AnimatorState(): AnimatorState Defined in laya/d3/component/AnimatorState.ts:81 创建一个 AnimatorState 实例。...

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

1492. 多摄像机窗口的使用(TypeScript-3D基础(TS)-LayaAir3D之Camera) [ 48%]

...空间的视口 与 `viewport` 屏幕像素坐标的视口 这两个都是 get/set方法。所以在修改摄影机视口参数时不能单纯的知识修改视口参数,还需要对视口重新赋值。 > 动态修改摄影机视口 ```typescript Laya.timer.once(3000,this,function ():void { //获...

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

1493. 使用UrlLoader加载图片,flash获取data为byteArray,翻译成h5后data为image? [ 47%]

...aded(event:Event):void { // TODO Auto-generated method stub trace(event.target.data is ByteArray) var ba:ByteArray=event.target.data as ByteArray; l=new Loader(); l.contentLoaderInfo.addEventListener(Event.COMPLETE,onImage2Loaded); l.loadBytes(ba); urlLoader.removeEventListener(Event.COMPLETE,onImag...

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

1494. TimeLine.addLabel(label:String, offset:Number):TimeLine 亲测! 方法中第二个参数offset无效 [ 47%]

...nstraint在微信小游戏中无效 怎样获取浏览器地址传过来的GET参数 (此问题已经无效) 关于同为object层,层级设置无效的问题 LayaAir3D UnityPlug 1.7.13 导出刚体动画无效 LayaNative ios上js访问不到JSBridge类中的方法,请求官方帮助, lh文...

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

1495. 【官网代码】加载dom音频报错,怎么回事? [ 47%]

...est();http.on(Event.COMPLETE,this,completeHandler);http.send("489.mp3","","get",Loader.BUFFER);}private function completeHandler(e:Object):void{audioContext.decodeAudioData(e,decodeAudioData.bind(this));}private function decodeAudioData(buffer:Object):void{audioBufferSourceNode = audioContext.create...

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

1496. 打开新窗口被拦截,同样的方法用egret和其他h5工程都没有问题 [ 47%]

...ToNewWindow(payurl) { var a = $("<a href='"+payurl+"' target='_blank'>click</a>").get(0); console.log("aaa",a); var e = document.createEvent('MouseEvents'); e.initEvent('click',true,true); a.dispatchEvent(e); a.remove(); } </script> qian • 2018-03-21...

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

1497. Unity导出报错KeyNotFoundException: The given key was not present in the dictionary. [ 47%]

...ctionary`2[System.String,System.Collections.Generic.List`1[System.String]].get_Item (System.String key) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Collections.Generic/Dictionary.cs:150) LayaExport.DataManager.saveLaniData (UnityEngine.GameObject gameObject, .JSONObject obj) L...

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

1498. laya.d3.core.particleshuriken.module.shape.ConeShape_API3.0 [ 47%]

...ticleShuriKen/module/shape/BaseShape.ts:31 粒子类型 Accessors angleDEG get angleDEG(): number set angleDEG(deg: number): void Defined in laya/d3/core/particleShuriKen/module/shape/ConeShape.ts:46 发射角度0-360 Returns number Defined in laya/d3/core/particleShuriKen/module/shape/ConeShape.ts:...

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

1499. laya.ani.bone.Skeleton [ 47%]

...据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite cacheAs : String 指定显示对象是否缓存为静态图像,...

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

1500. 修改了Scene下的WebGL参数导致渲染3D对象出现局部透明 [ 47%]

...错误 3D模型无法修改scale? 怎样获取浏览器地址传过来的GET参数 问题状态 最新活动: 2018-07-26 17:15 浏览: 1118 关注: 1 人

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