大约有 6,814 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0171 秒)
Laya_社区(6424) Laya2.0_文档(261) Laya3.0_文档(95) laya_api(14) Laya3.0_api(11) Laya2.0_api(8) Laya_示例(1)
...ra CAMERAUP : int = 6[static] BaseCamera CLEARFLAG_DEPTHONLY : int = 2[static] 清除标记,仅深度。BaseCamera CLEARFLAG_NONE : int = 3[static] 清除标记,不清除。BaseCamera CLEARFLAG_SKY : int = 1[static] 清除标记,天空。BaseCamera CLEARFLAG_SOLIDCOLOR : int = 0...
来源: laya_api 发布时间: 20170929
...e mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) (at <ac823e2bb42b41bda67924a45a0173c3>:0) System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, Syst...
来源: Laya_社区 发布时间: 20190327
...么? 我使用这种方式构造了一个射线: let point = new Vector2(Laya.stage.mouseX, Laya.stage.mouseY); camera.viewportPointToRay(point, this._ray);然后发现ray构造出来的位置始终不对,我沿着ray的方向放了一组3D物体,和从屏幕点击下去的位置始终有一...
来源: Laya_社区 发布时间: 20180201
TS项目中怎么使用promise 只有去引入第三方包了吗? 2018-06-04 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 liwenhua 赞同来自: wulilio 我去,醉了醉了用的着这么麻烦吗???...
来源: Laya_社区 发布时间: 20180604
...,请问有人能看出来的什么原因吗? 08-14 10:57:48.464 22228-22354/? I/LayaBox: JSRuntime::callMethod {} 08-14 10:57:48.470 22228-22268/? I/System: core_booster, getBoosterConfig = true 08-14 10:57:48.523 2977-2977/? E/Thermal-daemon: [ap] temp_new :49 temp_old :48 Report t...
来源: Laya_社区 发布时间: 20180814
...rcle(0, 0, 50, "#ff0000"); Laya.stage.addChild(a); a.size(100, 100); a.pos(200, 200); a.mouseEnabled = true; a.mouseThrough = true; a.on(Laya.Event.MOUSE_DOWN, null, function (e: Laya.Event): void { console.log("touch a"); } 因为需要将mouseThrough=true才可以,蛋疼的api描叙你能...
来源: Laya_社区 发布时间: 20161109
...s.text = new Laya.Text(); this.text.x = Laya.stage.width / 2 -50 ; this.text.text = "触控点归零"; //显示文本显示框 this.text = new Laya.Text(); this.text.name = "ceshi"; this.text.overflow = L...
来源: Laya_社区 发布时间: 20190531
...CACAYAAADDPmHLAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKTWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVN3WJP3Fj7f92UPVkLY8LGXbIEAIiOsCMgQWaIQkgBhhBASQMWFiApWFBURnEhVxILVCkidiOKgKLhnQYqIWotVXDjuH9yntX167+3t+9f7vOec5/zOec8PgBESJpHmomoAOVKFPDrYH49PSMTJvYACFUjgBCAQ5svCZwXFAADwA3l4fnSwP/wBr28AAgBw1S4kEsfh/4O6UCZXACCRAO...
来源: Laya_社区 发布时间: 20181031
...ya.ProgressBar; // toset: private _blood_area: Area = new AreaEntity( 100, 20 ); public _blood_value: number; /** 魔鬼 */ private _demon_ani: Laya.Animation; // toset: private _demon_area: Area = new AreaEntity( 100, 100); /** 靶心,参照物是魔鬼 */ private _target_ani: Laya.Animation; ...
来源: Laya_社区 发布时间: 20180515
ios打包后【单机版】运行崩溃,附上报错log与demo 2019-01-07 13:33:42.471962+0800 sanguo[777:557379] JSRuntime::callMethod {} 2019-01-07 13:33:42.475072+0800 sanguo[777:557379] xhr.GET url=http://stand.alone.version/index.js 2019-01-07 13:33:42.478836+0800 sanguo[777:557379] found ...
来源: Laya_社区 发布时间: 20190107