大约有 956 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0047 秒)
...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/render/command/Command" Command Class Command Command 类用于创建指令。 Hierarchy Command BlitScreenQuadCMD DrawRenderCMD DrawMeshInstancedCMD Index Constructors constructor Methods ...
来源: Laya3.0_api 发布时间: 20231115
...2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? 【带附件】 使用Laya2.0.0beta5.1 发布官方示例 真机报错 window is not defined 问题状态 最新活动: 2020-08-06 16:40 浏览: 2030 关注: 2 人 李勇 • 2020-08-07 20:58 MiniAdpter 里面没...
来源: Laya_社区 发布时间: 20200806
...不要让类相互继承,然后又相互引用就解决了,比如 export default class A{ //public instance:B 这种就是类相互继承,然后又相互引用,改为: public instance:any } export default class B extends A{ } 2024-12-16 1 0 分享 微博 QZONE 微信 正...
来源: Laya_社区 发布时间: 20241209
...2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? 求助关于TiledMap的版本问题 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 求高人分享使用protobuff框架的游戏demo(TS版本或AS版...
来源: Laya_社区 发布时间: 20180206
...2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? Layabox 2.0 bate5 运行编译之后 bundle.js 文件里面没有使用命名空间类文件的定义!导致运行时 找不到类的定义!这是为什么? 已上传 Demo 附件 LayaAir3D UnityPlugin 使用...
来源: Laya_社区 发布时间: 20241202
...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/display/cmd/DrawLinesCmd" DrawLinesCmd Class DrawLinesCmd 绘制连续曲线 Hierarchy DrawLinesCmd Index Properties lineColor lineWidth points x y ID Methods recover Properties lineColor lineColor...
来源: Laya3.0_api 发布时间: 20231115
...2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? 问题状态 最新活动: 2018-09-08 15:58 浏览: 1389 关注: 2 人
来源: Laya_社区 发布时间: 20180816
...2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? 【带附件】 使用Laya2.0.0beta5.1 发布官方示例 真机报错 window is not defined 求高人分享使用protobuff框架的游戏demo(TS版本或AS版本的) 2.2.0beta4 发布微信小游戏,安卓...
来源: Laya_社区 发布时间: 20171225
...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/display/cmd/DrawImageCmd" DrawImageCmd Class DrawImageCmd 绘制图片 Hierarchy DrawImageCmd Index Properties color height texture width x y ID Methods recover Properties color color: number = 429...
来源: Laya3.0_api 发布时间: 20231115
...继承自Runner类。 在src/mult/MainRunner.ts里面 module mult { export class MainRunner extends Runner { public nickName; } } 这样编译的时候会报错,提示"Runner is not defined"。 网上翻了一些资料,都没提到这种模块内的类继承全局类的用...
来源: Laya_社区 发布时间: 20170203