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

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

71. 官方案例里摄像机绕物体旋转脚本的问题 [ 49%]

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

72. 3D物理编辑 · LayaAir3.0文档 · LAYABOX [ 46%]

...脚本。示例代码如下: //引入自定义脚本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

73. 深入理解LayaAir引擎架构实现原理(一)跨平台引擎源码编译 [ 46%]

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

74. localRotationEulerY旋转位置错误 [ 45%]

localRotationEulerY旋转位置错误 import { ui } from "./../ui/layaMaxUI"; /**  * 本示例采用非脚本的方式实现,而使用继承页面基类,实现页面逻辑。在IDE里面设置场景的Runtime属性即可场景进行关联  * 相比脚本方式,继承式页面类...

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

75. 关于LayaBox启动的问题。 [ 44%]

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

76. 正常运行的2.1升级到2.2.0出现循环依赖的错误,这是咋回事丫 ? [ 44%]

...他们生成的js也有这种情况才构成循环。 例如 A.ts import B from 'B' class A{    b:B; } 这种的,在生成js以后由于B只是表示类型,js是不需要的,所以上面的import就没了。  无法去掉的import主要是类似 new B, extends B, instanceof B, 以及静...

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

77. 用模块器报错,真机不会有这个问题,具体看补充 [ 44%]

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

78. laya.ui.Clip [ 42%]

...一次某函数(基于帧率)。功能同Laya.timer.frameOnce()。 Node fromImage(url:String):Sprite[static] 根据图片地址创建一个新的 Sprite 对象用于加载并显示此图片。 Sprite fromParentPoint(point:Point):Point 将父容器坐标系坐标转换到本地坐标系。 Sprite ...

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

79. 示例打地鼠发布打包后提示TypeError: this.preinitialize is not a function [ 38%]

...me Connecting to com.layabox.game Capturing and displaying logcat messages from application. This behavior can be disabled in the "Logcat output" section of the "Debugger" settings page. D/dalvikvm: Late-enabling CheckJNI W/ActivityThread: Application com.layabox.game is waiting for the debugger on ...

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

80. socket大型项目回调 [ 34%]

...cket = null; private callbacks:any = {}; private handlers:any = {}; // Map from request id to route private routeMap = {}; private heartbeatInterval:number = 0; private heartbeatTimeout:number = 0; private nextHeartbeatTimeout:number = 0; private gapThreshold:number = 100; private heartbeatId:any = ...

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