大约有 400 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0040 秒)
Laya_社区(170) Laya3.0_api(92) Laya2.0_api(50) laya_api(38) Laya2.0_文档(25) Laya2.0_示例(11) Laya3.0_文档(8) Laya_示例(6)
...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
...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
...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
...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
...PerformanceDataTool.instance); //开启性能分析 Laya.PerformancePlugin.enable = true; // 项目地址为外网或者内嵌在别的应用中(如微信小游戏)时,需要设置性能分析器所在机器的局域网ip // (Laya as any).PerformanceDataTool.setDataExportHost('局域网ip,...
来源: Laya2.0_文档 发布时间: 20210714
...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
...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
...面不能用图集,用不打包 ,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
...自动生成,如果没有也不影响后续流程 Laya.ResourceVersion.enable("version.json", Laya.Handler.create(this, this.onVersionLoaded), Laya.ResourceVersion.FILENAME_VERSION);4-在成功回调中加载场景 onVersionLoaded(): void { //激活大小图映射,加载小图的时候,如果...
来源: Laya_社区 发布时间: 20191130
...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