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

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

1331. laya.maths.Rectangle [ 51%]

...ber):Rectangle 将 Rectangle 的属性设置为指定值。 Rectangle  toString():String 当前 Rectangle 对象的水平位置 x 和垂直位置 y 以及高度 width 和宽度 height 以逗号连接成的字符串。 Rectangle  union(source:Rectangle, out:Rectangle = null):Rectangle 矩形联...

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

1332. laya.physics.ColliderBase_API3.0 [ 51%]

...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

1333. ???????? 为啥加一个 Text,drawcall 暴增? [ 51%]

...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

1334. 用谷歌获取经纬度报错? [ 51%]

...获取位置失败后触发 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

1335. XMLRequest在layaNative下请求崩溃,请求官方协助! [ 51%]

...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

1336. LayaAir编译器错之for_in [ 51%]

...成以下方式 ------------------as------------------     for (var i:String in Loader.loadedMap)             {                 var t:Texture = null;                 if(Loader.loadedMap[i] is Texture)                 {                    ...

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

1337. 在layabox里protobuf只能用回调的方式处理吗? [ 51%]

...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

1338. protobuf使用 [ 51%]

...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

1339. 两个问题 有元件支援视频流渲染吗? Image元件读不了资料流 [ 50%]

...; 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

1340. 刚接触的laya构建安卓app接入微信登录问题 [ 50%]

...下 <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