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

大约有 3,124 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0073 秒)

2321. [LayaAir3]LayaAir 3.3.7 spine的锚点位置变了,我用github上的引擎文件放到3.3.6上运行,发现spine的起始点完全对不上了 [ 50%]

...2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? 微信关系链:LayaAir引擎针对微信小游戏好友关系链实现方案 Layabox 2.0 bate5 运行编译之后 bundle.js 文件里面没有使用命名空间类文件的定义!导致运行时 找不到类...

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

2322. 不规则图形遮罩 显示出来的内容与画的遮罩图形不相同 [ 50%]

...2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? 1.7.15 小游戏3d 发布后在手机预览显示异常 3d显示对象克隆体超出舞台不再显示的bug2.1.0.btea1 问题状态 最新活动: 2016-11-18 10:54 浏览: 2262 关注: 2 人 wuqingtianci • 2016...

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

2323. 2.0.0beta5APP构建成android项目,用androidStudio发布成apk后,运行不显示游戏内容 [ 50%]

...2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? 成都雨墨游戏 求 laya 程序开发人员 【带附件】 使用Laya2.0.0beta5.1 发布官方示例 真机报错 window is not defined 求高人分享使用protobuff框架的游戏demo(TS版本或AS版本...

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

2324. 文本-HTML文本 [ 50%]

...MLIframeElement; import Browser = Laya.Browser; import WebGL = Laya.WebGL; export class Text_HTML { constructor() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; L...

来源: Laya_示例 发布时间: 20260823

2325. laya.d3.component.volume.VolumeManager_API3.0 [ 50%]

...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/component/Volume/VolumeManager" VolumeManager Class VolumeManager VolumeManager 类用于管理体积组件 Hierarchy VolumeManager Implements IVolumeManager Index Constructors constructor Prope...

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

2326. UI-ColorPicker [ 50%]

... = Laya.Browser; import Handler = Laya.Handler; import WebGL = Laya.WebGL; export class UI_ColorPicker { private skin: string = "../../res/ui/colorPicker.png"; constructor() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL); Laya.stage.alignV = S...

来源: Laya_示例 发布时间: 20260823

2327. UI-TextArea [ 50%]

... = Laya.Browser; import Handler = Laya.Handler; import WebGL = Laya.WebGL; export class UI_TextArea { private skin: string = "res/ui/textarea.png"; constructor() { // 不支持WebGL时自动切换至Canvas Laya.init(550, 400, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage....

来源: Laya2.0_示例 发布时间: 20260823

2328. laya.d3.math.BoundBox_API3.0 [ 50%]

...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/math/BoundBox" BoundBox Class BoundBox BoundBox 类用于创建包围盒。 Hierarchy BoundBox Implements IClone Index Constructors constructor Properties max min Methods clone cloneTo getCenter...

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

2329. laya.d3.core.render.command.DrawMeshInstancedCMD_API3.0 [ 50%]

...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/render/command/DrawMeshInstancedCMD" DrawMeshInstancedCMD Class DrawMeshInstancedCMD Hierarchy Command DrawMeshInstancedCMD Index Constructors constructor Properties maxInstanceCount Access...

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

2330. tiledmap有时尺寸不正确 [ 50%]

...LayaAir有bug吗,我的代码是根据教程来写的,现附上代码export class Scene{ // 当前场景的配置信息 private _mLevelConf:LevelConf = null; // 地图文件 private _mTiledMap:TiledMap = null; // 自定义信息文件 private _mLoader:Loader = null; // 当前地图X坐标 privat...

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