大约有 1,625 项符合查询结果, 库内数据总量为 30,789 项。 (搜索耗时: 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)
...ber):Rectangle 将 Rectangle 的属性设置为指定值。 Rectangle toString():String 当前 Rectangle 对象的水平位置 x 和垂直位置 y 以及高度 width 和宽度 height 以逗号连接成的字符串。 Rectangle union(source:Rectangle, out:Rectangle = null):Rectangle 矩形联...
来源: Laya2.0_api 发布时间: 20190513
...ed in laya/physics/ColliderBase.ts:25 [只读]b2Fixture对象 label label: string Defined in laya/physics/ColliderBase.ts:18 标签 owner owner: Node Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 rigidBody rigidBody: RigidBody Defined in laya/phy...
来源: Laya3.0_api 发布时间: 20231115
...eGrid = '0,10,0,10'; var price = this.getFishVal('10001', 3); var length = String(price).length; var w = length * 16 + 15 + 40; fish.scoreItem.width = w; fish.scoreItem.x = fish.getBox().x - fish.scoreItem.width/2; fish.scoreItem.y = fish.getBox().y - fish.scoreItem.height; this.scoreBox.addChild(fi...
来源: Laya_社区 发布时间: 20180517
...获取位置失败后触发 function onError(err:Error):void { var errType:String; if (err.code = Geolocation.PERMISSION_DENIED) errType = "Permission Denied"; else if (err.code == Geolocation.POSITION_UNAVAILABLE) errType = "Position Unavailable"; else if (err.code == Geolocation.TIMEOUT) errType =...
来源: Laya_社区 发布时间: 20180402
...est在layaNative下请求崩溃,请求官方协助! public post(url: string, data: any, callback: (this: void, data: JSON) => void): void { let hr = new Laya.HttpRequest(); hr.once(Laya.Event.COMPLETE, this, (e: any): void => { callback(JSON.pars...
来源: Laya_社区 发布时间: 20190829
...成以下方式 ------------------as------------------ for (var i:String in Loader.loadedMap) { var t:Texture = null; if(Loader.loadedMap[i] is Texture) { ...
来源: Laya_社区 发布时间: 20170113
...s('user_proto'))}; 然后打包数据这样使用就可以了: let head: string = name.substring(0, name.indexOf('.')); let Message = this._protoBuilderMap[head].build(name); let message: ProtoBuf.Message = new Message(data); 但是看laya里必须要使用回调处理,比如要这样: this._p...
来源: Laya_社区 发布时间: 20171103
...QZONE 微信 asdf131 赞同来自: xxx.ProtoBuf.loadProto(".proto 文件的string数据").build('包名(就是.proto 文件里的包名)').消息名(message后面的) ; 2017-03-05 0 0 分享 微博 QZONE 微信 Laya_XS 赞同来自: 参考下官网这个示例:http://layaair.ldc.layabox.co...
来源: Laya_社区 发布时间: 20170218
...; var len = bytes.byteLength; for (var i = 0; i < len; i++) { binary += String.fromCharCode( bytes[ i ] ); } return window.btoa( binary ); } mainvar picdata=message.slice(8); //从Byte流切出来的图块 this.VideoImg.skin="data:image/png;base64,"+_arrayBufferToBase64(picdata); error 附件 : -...
来源: Laya_社区 发布时间: 20170803
...下 <activity android:name="demo.wxapi.WXEntryActivity" android:label="@string/app_name" android:theme="@android:style/Theme.Translucent.NoTitleBar" android:exported="true" android:taskAffinity="com.layabox.game.fat10" android:launchMode="singleTask"> </activity> 2019-08-04 添加评论 ...
来源: Laya_社区 发布时间: 20190804