大约有 88 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0054 秒)
...2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? 成都雨墨游戏 求 laya 程序开发人员 【带附件】 使用Laya2.0.0beta5.1 发布官方示例 真机报错 window is not defined 求高人分享使用protobuff框架的游戏demo(TS版本或AS版本...
来源: Laya_社区 发布时间: 20181204
...到了,但vscode报未定义,IDE F8编译时也不通过 代码: export default class Index extends Laya.Script { /* @prop {name: speed, tips: "速度", type: Number, default: 10} */ constructor() { super(); } onAwake() {...
来源: Laya_社区 发布时间: 20191227
...,版本是 Unity 5.6.0f3 (64-bit),在Unity 中选择 LayaAir3D -> Export Tool -> LayaAir Run,浏览器 Chrome。 单 uv 都没问题,只要场景当中出现一个多通道 uv 就会出现上述错误。 2018-09-29 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折...
来源: Laya_社区 发布时间: 20180929
...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/utils/Browser" Browser Class Browser Browser 是浏览器代理类。封装浏览器及原生 js 提供的一些功能。 Hierarchy Browser Index Properties PLATFORM_ANDROID PLATFORM_IOS PLATFORM_P...
来源: Laya3.0_api 发布时间: 20231115
...进入黑名单,任何设备都不再可用。 ##### 3.1.2 导出工具 Export Tool 点击菜单 `LayaAir3D` --> `Export Tool`,会弹出如下图所示的导出工具面板。这个面板可以拖拽到我们习惯的位置上,这是开发者导出Unity中场景与资源的最核心面板,...
来源: Laya2.0_文档 发布时间: 20210714
... Setting --- 其他设置 Cover Original Export Files 导出时覆盖原始导出文件 Customize Export Root Directory Name 自定义导出文件夹名称 Automatically ...
来源: Laya_社区 发布时间: 20170428
...string): void; enum SoundType { BGM, Effect, Dialogue, } export class SoundManager { private static instance: SoundManager; private curBGMUrl: string; private bgmChannel: Laya.SoundChannel | null; private effectChannels: Map<string, Laya.SoundChannel>;...
来源: Laya_社区 发布时间: 20250930
...cket大型项目回调 /** * 创建时间 2017/04/16 */ module PomeloLaya{ export class Pomelo{ static DEBUG:boolean = true; static EVENT_IO_ERROR:string = "io-error"; static EVENT_CLOSE:string = "close"; static EVENT_KICK:string = "onKick"; static EVENT_HEART_BEAT_TIMEOUT:string = 'heartbeat timeou...
来源: Laya_社区 发布时间: 20180119