大约有 151 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0053 秒)
Laya_社区(115) Laya2.0_文档(13) Laya3.0_api(9) Laya2.0_api(5) Laya3.0_文档(5) laya_api(2) Laya_示例(1) Laya2.0_示例(1)
...lesTemp: Vector3 = new Vector3(); /// <summary> /// Current distance from camera to target. /// </summary> public CurrentDistance: number; /// <summary> /// Camera target angls. /// </summary> protected targetAngles: Vector3 = new Vector3(); /// <summary> /// Target dis...
来源: Laya_社区 发布时间: 20170714
...lesTemp: Vector3 = new Vector3(); /// <summary> /// Current distance from camera to target. /// </summary> public CurrentDistance: number; /// <summary> /// Camera target angls. /// </summary> protected targetAngles: Vector3 = new Vector3(); /// <summary> /// Target dis...
来源: Laya_社区 发布时间: 20190224
...loadEventLog] D/Analytics.DBMgr.4837.621( 4837): [find] DBMgr,sql:SELECT * FROM log ORDER BY priority DESC , time DESC LIMIT 20 D/Analytics.LogStoreMgr.4837.621( 4837): [get] LogStoreMgr,[get]: D/Analytics.UploadMgr$4.4837.621( 4837): [onUploadExcuted],mCurrentUploadInterval:30000 D/Analytics.Commit...
来源: Laya_社区 发布时间: 20170320
... com.android.internal.os.ZygoteInit.main(ZygoteInit.java:755) Disconnected from the target VM, address: 'localhost:8613', transport: 'socket' 模拟器运行会报这个错误,但是真机是正常的,请问是什么原因呢? 附件 : --> 2017-02-16 添加评论 免费帖 --> 分享 微博 QZ...
来源: Laya_社区 发布时间: 20170216
...FileSync("outConfig.json")); this.BaseURL = emiter_1.emiter.BaseURL = json.from; this.outfile = json.out; this.createAS = json.createAS; this.layajsURL = json.layajsURL; this.tsCongfig = json.tsConfig; this.filterArr = json.filter; emiter_1.emiter.jscObj = json.jscObj; // yield相当于await if (!th...
来源: Laya_社区 发布时间: 20200925
...脚本。示例代码如下: //引入自定义脚本TSDemo import TSDemo from "./TSDemo"; /** * TypeScript语言示例 */ export default class GameUI extends GameUIBase { /* ……省略若干代码 */ private addBox(): void { //创建盒型体 let box = new Laya.Sprite3D; let boxMesh = box.addCom...
来源: Laya3.0_文档 发布时间: 20241014
...他们生成的js也有这种情况才构成循环。 例如 A.ts import B from 'B' class A{ b:B; } 这种的,在生成js以后由于B只是表示类型,js是不需要的,所以上面的import就没了。 无法去掉的import主要是类似 new B, extends B, instanceof B, 以及静...
来源: Laya_社区 发布时间: 20190730
localRotationEulerY旋转位置错误 import { ui } from "./../ui/layaMaxUI"; /** * 本示例采用非脚本的方式实现,而使用继承页面基类,实现页面逻辑。在IDE里面设置场景的Runtime属性即可和场景进行关联 * 相比脚本方式,继承式页面类...
来源: Laya_社区 发布时间: 20201120
...ogle/Chrome/Application/chrome.exe", "runtimeArgs": [ "--allow-file-access-from-files", "--allow-file-access-frome-files", " --disable-web-security" ], "sourceMaps": false, "webRoot": "${workspaceRoot}", //假如谷歌调试报userDataDir不可用,请把谷歌安装路径取得管理员权限,或...
来源: Laya_社区 发布时间: 20181012
...一次某函数(基于帧率)。功能同Laya.timer.frameOnce()。 Node fromImage(url:String):Sprite[static] 根据图片地址创建一个新的 Sprite 对象用于加载并显示此图片。 Sprite fromParentPoint(point:Point):Point 将父容器坐标系坐标转换到本地坐标系。 Sprite ...
来源: Laya2.0_api 发布时间: 20190513