大约有 39 项符合查询结果, 库内数据总量为 14,852 项。 (搜索耗时: 0.0035 秒)
... } else { var defaultValue = new property.constructor(); property.cloneTo(defaultValue); keyframeNodeOwner.defaultValue = defaultValue; keyframeNodeOwner.value = new property.co...
来源: Laya_社区 发布时间: 20240517
...项目,在as开发模式下,运行报错 TypeError: Vector3 is not a constructor 运行环境 MacOs 10.13.3 2018-05-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 海 赞同来自: 最新版本的layaIDE...
来源: Laya_社区 发布时间: 20180507
...误 Cannot read property 'displayObject' of null Uncaught TypeError: Class constructor Component cannot be invoked without 'new' 构建APP Android Studio打出的APK 报apploader.js:4515 TypeError: addGlobalValueDefine is not a function 关于graphics.drawTexture方法设置纹理报错TypeError: te...
来源: Laya_社区 发布时间: 20200309
...item的时候,是不是对item进行实例化了?我想在item实例化constructor里面添加一个参数进去。 2018-02-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Monica - 知识达人 赞同来自:...
来源: Laya_社区 发布时间: 20180202
...个类 绑定了这个类后, class TextInputEx extends Laya.TextInput constructor() { console.log("执行了"); super() ; } // 获取焦点 onFocus() : void { console.log("焦点进入"); // 是否缓存初始的文本提示字符串和文本颜色. if (!this.initText) { this.initText = this.text...
来源: Laya_社区 发布时间: 20181012
... MAP_URL:string = 'res/tiled/map.json'; /**地图 */ map: Laya.TiledMap; constructor(){ super(); Laya.loader.create(this.MAP_URL, new Laya.Handler(this, this.onComplete)) } private onComplete(){ this.map = new Laya.TiledMap(); this.map.createMap(this.MAP_URL, new Laya.Rectangle(0,0,Laya.stage.wi...
来源: Laya_社区 发布时间: 20190218
...eScene.tsexport namespace base{ export class BaseScene extends Laya.Scene{ constructor(){ super(); console.log('BaseScene:我是基类BaseScene,我的子类是导出类,我的父类是场景类'); } } } 导出UI 导出后layaMaxUI.ts的内容如下/**This class is automatically generated by LayaAi...
来源: Laya_社区 发布时间: 20200827
...行间距 聊天消息对话框中new一个HTMLDivElement 报错"Illegal constructor",请问这个该怎么处理? HTMLDivElement 对齐问题! 问题状态 最新活动: 2018-04-26 15:14 浏览: 905 关注: 2 人 182*****278 • 2018-04-26 15:51 那这个下划线的上下位置是不是也不...
来源: Laya_社区 发布时间: 20180426
...caught Can not find class 错误 发布微信小游戏运行错误,Class constructor xx cannot be invoked without 'new' 问题状态 最新活动: 2018-07-28 10:22 浏览: 946 关注: 3 人
来源: Laya_社区 发布时间: 20180706
...? 怎样解决? 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