大约有 1,625 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0055 秒)
Laya_社区(663) Laya3.0_api(364) Laya2.0_api(194) laya_api(158) Laya2.0_文档(80) Laya_示例(58) Laya3.0_文档(54) Laya2.0_示例(54)
...rams:Array = null):void[static] 异步回调 TerrainHeightData load(url:String, complete:Handler, widht:int, height:int, bitType:int, value:Number):void[static] 加载地形高度模板,注意:不缓存。 TerrainHeightDataProperty Detail_bitTypepropertypublic var _bitType:int_heightproperty pub...
来源: Laya2.0_api 发布时间: 20190513
...app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:2785) 06-27 18:03:47.977 27945-27945/com.twand.kozhanji I/art: at void android.app.ActivityThread.-wrap12(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, androi...
来源: Laya_社区 发布时间: 20191016
...e = 2; repeated coordinates xy = 3; } message coordinates { required string x = 1; required string y = 2; } 有以下错误提示 Invalid wire type: 7 Invalid wire type: 4Invalid wire type: 3 Invalid nested message 2017-03-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有...
来源: Laya_社区 发布时间: 20170306
...ime::callMethod {"v":"java.lang.NoSuchMethodException: demo.JSBridge.testString: [class java.lang.String]"} demo.JSBridge testString: 在js那边的代码 为: _doTestCallJava(){ let os = null let bridge = null if(typeof conchConfig != "undefined"){ os = conchConfig.getOS() } if (os == "C...
来源: Laya_社区 发布时间: 20211111
...oader.load 读取的时候始终读不了private function downloadFile(url:String,onComplete:Handler,onError:Handler=null):void{ if(window.conch) { var folder:String=window.conch.getCachePath()+"/download/"; if (!window.fs_exists(folder)) { window.fs_mkdir(folder); } var fileName:String = url.replac...
来源: Laya_社区 发布时间: 20190731
...进制编码为空字符串 */ public static function downLoadFile(fileUrl:String, fileType:String = "",callBack:Handler = null,encoding:String = "ascii"):void ``` #### 3、清除缓存文件 由于百度小游戏的缓存上限是50M物理空间,所以无论自动管理缓存还是手动管理缓...
来源: Laya2.0_文档 发布时间: 20210714
...fo2 : ArrayGlowFilterPublic Methods MethodDefined By GlowFilter(color:String, blur:Number = 4, offX:Number = 6, offY:Number = 6) 创建发光滤镜 GlowFilter getBlurInfo1Native():Float32ArrayGlowFilter getBlurInfo2Native():Float32ArrayGlowFilter getColorNative():Float32ArrayGlowFilter...
来源: Laya2.0_api 发布时间: 20190513
...则按照http://*/算,所有的请求都裁掉主机地址 pathMapToDCC:string; /** * * @param frw 文件访问接口,不同的平台需要不同的实现。如果为null,则自动选择网页或者native两个平台 * @param dccurl dcc的服务器地址 */ constructor(dccurl:string, frw:new (...
来源: Laya3.0_文档 发布时间: 20241024
...ateLabel("#0080FF", "#00FFFF").pos(290, 150); } private createLabel(color: string, strokeColor: string): Label { const STROKE_WIDTH: number = 4; var label: Label = new Label(); label.font = "Microsoft YaHei"; label.text = "SAMPLE DEMO"; label.fontSize = 30; label.color = color; if (strokeColor) { la...
来源: Laya_示例 发布时间: 20241125
...ngine.Matrix4x4:TRS(Vector3, Quaternion, Vector3) p:a(SkinnedMeshRenderer, String, Boolean) p:b() p:b(String) LayaAir3D:exportResource(Boolean, Int32, String) k:b() m:b(a) m:a() UnityEditor.EditorApplication:Internal_CallUpdateFunctions() 附件有 fbx源文件. 附件 : --> role_huanzhuang...
来源: Laya_社区 发布时间: 20191030