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

大约有 1,523 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0062 秒)

181. laya.d3.resource.Texture2D [ 86%]

...sses | Index | Frames No Frames Texture2DProperties | Methods Packagelaya.d3.resourceClasspublic class Texture2DInheritanceTexture2D BaseTexture laya.resource.Resource Texture2D 二维纹理。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined...

来源: laya_api 发布时间: 20170929

182. laya.device.media.HtmlVideo_API3.0 [ 86%]

...ublic Public/Protected All Inherited Externals Only exported Menu Globals "laya/device/media/HtmlVideo" HtmlVideo Class HtmlVideo html多媒体数据 Hierarchy Bitmap HtmlVideo Index Constructors constructor Properties destoryedImmediately lock name url uuid video DEBUG Accessors cpuMemory destroyed...

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

183. 对象池的使用 [ 86%]

...同的对象,调用第一个的一个方法,走进了第二方法里 Layabox 2.0 bate5 运行编译之后 bundle.js 文件里面没有使用命名空间类文件的定义!导致运行时 找不到类的定义!这是为什么? 已上传 Demo 附件 LayaAir3D UnityPlugin 使用须知-版本...

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

184. HttpRequest详解(TypeScript-LayaAir基础篇(TS)-数据与通信) [ 86%]

...Request详解 在项目中我们难免会有发送http请求的需求,在LayaAir引擎中HttpRequest就是我们发送请求的基本类。HttpRequest类其实包装的就是原生的`XMLHttpRequest`,为了开发者更深入的了解这个类,我们先从XMLHttpRequest 开始。 ## 原生XMLHt...

来源: Laya2.0_文档 发布时间: 20210715

185. HttpRequest详解(JavaScript-LayaAir基础篇(JS)-数据与通信) [ 86%]

...Request详解 在项目中我们难免会有发送http请求的需求,在LayaAir引擎中HttpRequest就是我们发送请求的基本类。HttpRequest类其实包装的就是原生的`XMLHttpRequest`,为了开发者更深入的了解这个类,我们先从XMLHttpRequest 开始。 ## 原生XMLHt...

来源: Laya2.0_文档 发布时间: 20210714

186. bitmapFont.loadFont()加载多个地址导致位图输出重 [ 86%]

... true; txt.text=value1; txt.font =this.fontName; txt.leading = 30; txt.pos(Laya.stage.width - txt.width >> 1, Laya.stage.height - txt.height >> 1); Laya.stage.addChild(txt); } 附件 : --> 2019-07-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请...

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

187. laya.resource.Resource [ 85%]

...Index | Frames No Frames ResourceProperties | Methods | Events Packagelaya.resourceClasspublic class ResourceInheritanceResource EventDispatcher ObjectImplements laya.resource.ICreateResource, laya.resource.IDisposeSubclasses AnimationTemplet, BaseMaterial, BaseMesh, BaseShader, BaseTexture, Bu...

来源: laya_api 发布时间: 20170422

188. 微信小游戏白名单MiniAdpter.nativefiles Bug问题!!!!! [ 85%]

... 相关问题 关于微信小游戏关系链的问题 【屏幕适配】在LayaAir上面是竖屏,为什么到微信开发工具中就是横屏,而且还被拉伸了 微信关系链:LayaAir引擎针对微信小游戏好友关系链实现方案 微信小游戏如何竖屏 关于微信7.0.3版...

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

189. HttpRequest详解(ActionScript-LayaAir基础篇(AS3)-数据与通信) [ 85%]

...est详解 ​ 在项目中我们难免会有发送http请求的需求,在LayaAir引擎中HttpRequest就是我们发送请求的基本类。HttpRequest类其实包装的就是原生的`XMLHttpRequest `,为了开发者更深入的了解这个类,我们先从XMLHttpRequest 开始。 ##原生XMLHt...

来源: Laya2.0_文档 发布时间: 20210715

190. 游戏加载进度失效 [ 85%]

...些什么设置? 详细代码如下,请大神指点。 constructor() { Laya.init(960, 540, Laya.WebGL); Laya.stage.screenMode = "horizontal"; Laya.stage.scaleMode = Laya.Stage.SCALE_EXACTFIT; Laya.stage.alignH = "center"; Laya.stage.alignV = "middle"; Laya.stage.bgColor = "#ffffff"; this.gameLoa...

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