大约有 1,654 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0059 秒)
Laya_社区(831) Laya3.0_api(384) Laya2.0_api(195) laya_api(183) Laya2.0_文档(39) Laya3.0_文档(18) Laya2.0_示例(2) Laya_示例(2)
...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
...空间的视口 与 `viewport` 屏幕像素坐标的视口 这两个都是 get/set方法。所以在修改摄影机视口参数时不能单纯的知识修改视口参数,还需要对视口重新赋值。 > 动态修改摄影机视口 ```typescript Laya.timer.once(3000,this,function ():void { //获...
来源: Laya2.0_文档 发布时间: 20210715
...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
...nstraint在微信小游戏中无效 怎样获取浏览器地址传过来的GET参数 (此问题已经无效) 关于同为object层,层级设置无效的问题 LayaAir3D UnityPlug 1.7.13 导出刚体动画无效 LayaNative ios上js访问不到JSBridge类中的方法,请求官方帮助, lh文...
来源: Laya_社区 发布时间: 20170410
...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
...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
...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
...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
...据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite cacheAs : String 指定显示对象是否缓存为静态图像,...
来源: Laya2.0_api 发布时间: 20190513
...错误 3D模型无法修改scale? 怎样获取浏览器地址传过来的GET参数 问题状态 最新活动: 2018-07-26 17:15 浏览: 1118 关注: 1 人
来源: Laya_社区 发布时间: 20180726