大约有 1,559 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0077 秒)
Laya_社区(1094) Laya3.0_api(151) Laya2.0_api(106) laya_api(97) Laya2.0_文档(64) Laya3.0_文档(29) Laya2.0_示例(9) Laya_示例(9)
...相比 canvas情况下 颜色更接近设置的 (function() { var Stage = Laya.Stage; var Loader = Laya.Loader; var Particle2D = Laya.Particle2D; var Browser = Laya.Browser; var Handler = Laya.Handler; var Stat = Laya.Stat; var WebGL = Laya.WebGL; var sp; (function() { // 不支持WebGL时自动切...
来源: Laya_社区 发布时间: 20180109
...是个json,格式你和官方例子比对一下res\threeDimen\skinModel\LayaMonkey\LayaMonkey.lh 2019-03-30 0 0 分享 微博 QZONE 微信 兰成斌 赞同来自: 在index.js 里面引入3d库文件 loadLib("libs/laya.physics3D.js") 2019-04-02 0 0 分享 微博 QZONE 微信 1573629845用户 ...
来源: Laya_社区 发布时间: 20180925
...| Frames No Frames BaseMaterialProperties | Methods | Constants Packagelaya.d3.core.materialClasspublic class BaseMaterialInheritanceBaseMaterial laya.resource.ResourceImplements laya.d3.core.ICloneSubclasses ExtendTerrainMaterial, GlitterMaterial, PBRMaterial, ShurikenParticleMaterial, Standard...
来源: laya_api 发布时间: 20170929
LayaAir下加载阿拉伯TTF字体,手机上显示时左右顺序反了。 使用阿拉伯语言的时候,PC机上显示正常,通过LayaBox访问url或是打包app时,单词显示左右反了。PS:使用LayaAir1.7.16版本开发。 PC机上显示如下: 手机上显示如下: ...
来源: Laya_社区 发布时间: 20180705
...url:String, type:String = null, cache:Boolean = true):void 加载资源。 Laya.loader.load(AniConfPath, Handler.create(this, createAnimation), null, Loader.ATLAS); 这里的load只有三个参数,而事实上用到4个,不清楚。。。 还有ani.index = 1;我改成0,-1,2,可是...
来源: Laya_社区 发布时间: 20160712
...关的链接 提交 1 个回复 cuixueying 赞同来自: package { import laya.display.Sprite; import laya.events.Event; import laya.net.Loader; import laya.utils.Ease; import laya.utils.Handler; import laya.utils.Stat; import laya.utils.TimeLine; public class AirDemo { private var sp1:Sprite; priva...
来源: Laya_社区 发布时间: 20161207
...找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_XS 赞同来自: 你这是数据请求跨域了,你要请求对方的数据,就需要得到对方的允许才可以,你可以让对方的服务端加个header允许你跨域请求就可以解决你的问题! 2017-...
来源: Laya_社区 发布时间: 20170120
...ormat { return this._styleMap[id]; } /** * 给文本赋值样式 * @param {Laya.Label} label * @param {ITextFormat} styleObj */ assignLabelFontStyle(label: Laya.Label, style: string | ITextFormat): void { let keys: Array<string> = ["bgColor", "bold", "borderColor", "color", "font", "fontSize",...
来源: Laya_社区 发布时间: 20171226
...发浏览器文件上传框 // 程序入口 class GameMain { private btn: Laya.Button; private skin: string = 'images/button.png'; constructor() { Laya.init(200, 300); Laya.loader.load(this.skin, Laya.Handler.create(this, () => { this.btn = this.createBtn(this.skin); this.btn.on(Laya.Event.CLICK,...
来源: Laya_社区 发布时间: 20170511
...将不需要的资源删掉。 2019-05-28 0 6 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: Laya["QGMiniAdapter"].nativefiles 和其他小游戏一样的 2019-05-28 0 1 分享 微博 QZONE 微信 laya新手程序员 赞同来自: oppo的技术客服告诉我的是要在手机里将快应用...
来源: Laya_社区 发布时间: 20190528