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

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

181. 最新版LayaAir IDE 2.2.0beta4的几个问题 [ 69%]

...QPlane2/bin/libs/laya.debugtool.js:9815:3 TypeError: Cannot read property 'enable' of undefined preload.js:55 at HTMLScriptElement.script.onload (file:///E:/Laya/QPlane2/bin/libs/laya.core.js:22147:39) TypeError: Cannot read property 'enable' of undefined laya.core.js:22147 at HTMLScriptElement.scri...

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

182. laya.d3.component.animation.KeyframeAnimations [ 69%]

...ions destroyed : Boolean[read-only] 获取是否已销毁。 Component3D enable : Boolean 获取是否启用。 Component3D id : int[read-only] 获取唯一标识ID。 Component3D isSingleton : Boolean[read-only] 获取是否为单实例组件。 Component3D  nodeCount : int[read-only] 获取...

来源: laya_api 发布时间: 20170929

183. laya.d3.physics.Rigidbody3D_API3.0 [ 68%]

...dSweptSphereRadius colliderShape collisionGroup destroyed detectCollisions enabled friction gravity hideFlags id isActive isKinematic isSleeping isTrigger linearDamping linearFactor linearVelocity mass orientation overrideGravity position restitution rollingFriction simulation sleepAngularVelocity s...

来源: Laya3.0_api 发布时间: 20231115

184. 2.0 beta3 物理 DestroyJoint 报错 [ 68%]

...estroyJoint 在下面两行代码之前添加this.m_jointCount判断 box2d.ENABLE_ASSERTS && box2d.b2Assert(0 < this.m_jointCount); --this.m_jointCount;   完整代码如下: box2d.b2World.prototype.DestroyJoint = function(a) {     box2d.ENABLE_ASSERTS && box2d.b2Assert(!this...

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

185. LayaAir 3D性能分析工具(TypeScript-3D基础(TS)-LayaAir3D之性能优化) [ 68%]

...PerformanceDataTool.instance); //开启性能分析 Laya.PerformancePlugin.enable = true; // 项目地址为外网或者内嵌在别的应用中(如微信小游戏)时,需要设置性能分析器所在机器的局域网ip // (Laya as any).PerformanceDataTool.setDataExportHost('局域网ip,...

来源: Laya2.0_文档 发布时间: 20210714

186. 脚本组件继承于 Laya.Script。 其中的_update方法,多长时间会调用一次? 可以设置调用时间吗? [ 68%]

...id: number; protected _cachedOwnerLayerMask: number; protected _cachedOwnerEnable: boolean; protected _enable: boolean; protected _owner: laya.d3.core.Sprite3D; /**是否已执行start函数。*/ started: boolean; /** * 获取唯一标识ID。 * @return 唯一标识ID。 */ id: number; /** * 获取...

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

187. laya.utils.Stat [ 67%]

...int = 0[static] 三角形面数。StatPublic Methods  MethodDefined By  enable():void[static] 激活性能统计Stat  hide():void[static] 隐藏性能统计信息。 Stat  show(x:Number = 0, y:Number = 0):void[static] 显示性能统计信息。 StatProperty DetailcanvasBitmappropertypublic s...

来源: laya_api 发布时间: 20170929

188. WXOpenDataViewer 微信开放数据域 是不是不能响应鼠标拖动事件呢? [ 67%]

...面不能用图集,用不打包 ,main.ts 里面 Laya.ResourceVersion.enable("version.json", Laya.Handler.create(this, this.onVersionLoaded), Laya.ResourceVersion.FILENAME_VERSION); 和 Laya.AtlasInfoManager.enable("fileconfig.json", Laya.Handler.create(this, this.onConfigLoad...

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

189. 打包发布vivo,调试黑屏 [ 66%]

...自动生成,如果没有也不影响后续流程 Laya.ResourceVersion.enable("version.json", Laya.Handler.create(this, this.onVersionLoaded), Laya.ResourceVersion.FILENAME_VERSION);4-在成功回调中加载场景 onVersionLoaded(): void { //激活大小图映射,加载小图的时候,如果...

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

190. 骨骼动画-多纹理 [ 66%]

...rmature:Skeleton; private mCurrSkinIndex:number = 0; constructor() { WebGL.enable(); Laya.init(Browser.width, Browser.height); Laya.stage.bgColor = "#ffffff"; Stat.show(); this.startFun(); } public startFun():void { this.mAniPath = "res/spine/spineRes1/dragon.sk"; this.mFactory = new Templet(); this...

来源: Laya2.0_示例 发布时间: 20241118