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

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

71. 错误类型 :cannot read property "tranisfrom" [ 69%]

...? 怎样解决? new Laya.TiledMap()提示错误:Laya.TiledMap is not a constructor Box自动宽度计算错误 Uncaught TypeError: Cannot read property 'props' of undefined 问题状态 最新活动: 2019-05-23 11:07 浏览: 602 关注: 2 人

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

72. laya.display.Graphics_API3.0 [ 68%]

...ya.display.Sprite#graphics Hierarchy Graphics GraphicsAni AutoBitmap Index Constructors constructor Accessors cmds Methods addCmd alpha clear clipRect destroy drawCircle drawCurves drawEllipse drawImage drawLine drawLines drawPath drawPie drawPoly drawRect drawTexture drawTextures drawTriangles fill...

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

73. laya.resource.BaseTexture_API3.0 [ 68%]

...re2D RenderTexture TextureCube Texture2DArray Texture2D VideoTexture Index Constructors constructor Properties _id destroyedImmediately lock name url uuid DEBUG Accessors anisoLevel baseMipmapLevel compareMode cpuMemory defaultTexture destroyed dimension filterMode format gammaCorrection gammaSpace ...

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

74. Ionic2嵌入layaair的问题 [ 68%]

...什么意思 reference path nod_modules layaair-js layaair.d.ts 然后: constructor(public navCtrl: NavController) {       Laya.init(1334, 750);   } 2017-09-13 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 yriyr 相关问题 发...

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

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

...ary> protected targetDistance: number; //protected camera: Laya.Camera; constructor() { super(); } public transform: Transform3D; onStart(): void { this.transform = (this.owner as Laya.Sprite3D).transform; this.CurrentAngles = new Vector3(-this.transform.rotationEuler.x, this.transform.rotationEu...

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

76. mac下ide调试 [ 67%]

...都会报这个错   代码里lay自带都库会报错 Vector3 is not a constructor   我用都laya as3  laya这边mac是不是根本就没测试过 各种问题 2018-08-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 ...

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

77. laya.physics.RigidBody_API3.0 [ 67%]

...通过代码PhysicsDebugDraw.enable(); Hierarchy Component RigidBody Index Constructors constructor Properties _extra _singleton category group label mask owner runInEditor scriptPath Accessors allowRotation allowSleep angularDamping angularVelocity awaked body bullet destroyed enabled gravityScale ...

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

78. 微信小游戏渲染开放域卡顿处理 [ 67%]

... true;    // 仅在未加入场景前修改有效,兼容ui         constructor() {             super();             this.once(Laya.Event.DISPLAY, this, this.onCreate);             this.once(Laya.Event.UNDISPLAY, this, this.onDestroy);         }         /**       ...

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

79. laya.d3.core.ui3d.UI3D_API3.0 [ 67%]

...像机的父类。 Hierarchy BaseRender UI3D Implements IBoundsCell Index Constructors constructor Properties _extra _receiveShadow _singleton owner runInEditor scriptPath sortingFudge TempMatrix Accessors awaked billboard bounds boundsChange castShadow cull destroyed distanceForSort enableHit enabl...

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

80. 设置遮罩(JavaScript-LayaAir基础篇(JS)-位图) [ 66%]

...如下 ```javascript import GameConfig from "./GameConfig"; class Main { constructor() { //根据IDE设置初始化引擎 if (window["Laya3D"]) Laya3D.init(GameConfig.width, GameConfig.height); else Laya.init(GameConfig.width, GameConfig.height, Laya["WebGL"]); Laya.stage.scaleMode = GameConfig.scal...

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