大约有 3,124 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0078 秒)
...2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? 【带附件】 使用Laya2.0.0beta5.1 发布官方示例 真机报错 window is not defined 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 求助关...
来源: Laya_社区 发布时间: 20190813
...2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? 请问下加载TFF字体要怎么加载呢? 从unity导出的场景透贴和模型烘焙的灯光不显示,请问有知道是什么原因的吗?~~~~~~~~~~~~~ unity中的模型导出后在laya中显示不正...
来源: Laya_社区 发布时间: 20171226
...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/components/AnimatorStateCondition" AnimatorStateBoolCondition Class AnimatorStateBoolCondition Hierarchy AnimatorStateCondition AnimatorStateBoolCondition Index Constructors constructor Accessors c...
来源: Laya3.0_api 发布时间: 20231115
...加如下示例代码: const { regClass, property } = Laya; @regClass() export class NewScript extends Laya.Script { @property({ type: Laya.Button }) public btn: Laya.Button; //组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 onAwake(): void { thi...
来源: Laya3.0_文档 发布时间: 20251010
...2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? LayaTree v1.0.5版本更新(2021.11.17) LayaAir3D UnityPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) 关于微信7.0.3版本之后的版本,微信小游戏 Android 端调整 “在...
来源: Laya_社区 发布时间: 20231109
...2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? 2.2.0beta4 发布微信小游戏,安卓设备加载场景黑屏 问题状态 最新活动: 2017-09-08 21:28 浏览: 876 关注: 2 人 182*****369 • 2017-09-11 09:58 我这测试都是可以的呢,到了客户...
来源: Laya_社区 发布时间: 20170908
...ep((generator = generator.apply(thisArg, _arguments || [])).next()); }); } exports.__awaiter = __awaiter; 2022-11-04 0 0 分享 微博 QZONE 微信 layabox小高 赞同来自: 在laya.core.js文件内添加这个方法注册试试,打包到IDE内后在laya.d3.js内注册为Laya.__awaiter。 2022-1...
来源: Laya_社区 发布时间: 20221104
...件脚本 ```typescript //继承自AnimatorStateScript(动画状态脚本) export default class AnimatorStateScriptTest extends Laya.AnimatorStateScript { constructor() { super(); this._text = null; } get text() { return this._text; } set text(value) { this._text = value; } /** * 动画状态开始...
来源: Laya2.0_文档 发布时间: 20210715
...2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 问题状态 最新活动: 2018-04-12 19:44 浏览: 965 关注: 2 人 b456410 • 2018-04-10 13:26 list...
来源: Laya_社区 发布时间: 20180323
...2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? native初始化的时候getExePath报错 IOS17.2(beta版本)必现 Tween如何实现无限循环改变alpha? matter中layasprite怎么改变图片大小? TypeScript下HttpRequest发送Post请求有Bug? 我...
来源: Laya_社区 发布时间: 20240313