大约有 1,625 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0046 秒)
Laya_社区(663) Laya3.0_api(364) Laya2.0_api(194) laya_api(158) Laya2.0_文档(80) Laya_示例(58) Laya3.0_文档(54) Laya2.0_示例(54)
...关注和解决! 希望给spine增加一个showSlotSkinByName(slotName:String, name:String)方法 Laya Skeleton渲染时,如果中间的slot的附件使用了网格,批渲染会被打断,希望官方能优化一下 有没有Unity3d的Vector3.Angle(计算两个三维向量之间的角度)...
来源: Laya_社区 发布时间: 20170511
...owser不兼容最新的Ipad pro //老款的ipadAir的userAgent var ipadAir:String = "Mosilla/5.0 (iPad; CPU OS 12_4_8 like Mac OS X) AppleWebkit/605.1.15 (KHTML,like Gecko) Mobile/15E148"; //今年最新款的Ipad Pro的userAgent var ipadPro2020:String = "Mosilla/5.0 (Macintosh;Intel Mac OS X 10_15_...
来源: Laya_社区 发布时间: 20200820
...题多查下APIPool recover () 方法 public static function recover(sign:String, item:Object):void 将对象放到对应类型标识的对象池中。 参数 sign:String — 对象类型标识字符。 item:Object — 对象。 2016-09-21 0 1 分享 微博 QZONE 微信 laya_thkj20170801 赞同来...
来源: Laya_社区 发布时间: 20160921
...va”中的getExpansionMainPath函数,设置正确的zip路径。 public String getExpansionMainPath() { return "/storage/emulated/0/Android/test/com.layabox.game/test.zip"; } public String getExpansionPatchPath() { return ""; } LayaNative中最多支持两个zip文件,第二个zip修改getExpan...
来源: Laya3.0_文档 发布时间: 20241024
...网页和在小程序里面的load的逻辑不一样 这里的data是一个string,而在浏览器是一个json,所以在小游戏里面会报错,我看了两两边的调用堆栈也是不一样的 2017-12-29 0 4 分享 微博 QZONE 微信 netren_cn 赞同来自: 我现在用了绝对链接,可以loa...
来源: Laya_社区 发布时间: 20171229
...convertSubShader _convertSubShader(customShader: Shader3D, replacementTag: string, subshaderIndex?: number): void Defined in laya/d3/core/render/RenderElement.ts:177 切换Shader Parameters customShader: Shader3D replacementTag: string Default value subshaderIndex: number = 0 Returns void _renderUpd...
来源: Laya3.0_api 发布时间: 20231115
... /**视频广告 */ public static showVideoAd(success: Laya.Handler, type: string): void { if (GameConfig.ins.isDev) { success.runWith(1); return; } var VGUtil = Laya.PlatformClass.createClass("com.szdn.game.fkzy.VGUtil"); VGUtil.callWithBack(back, "showVideoAd", type); function back(code){ LayaMa...
来源: Laya_社区 发布时间: 20190524
...ler; import WebGL = Laya.WebGL; export class UI_Clip { private buttonSkin: string = "res/ui/button-7.png"; private clipSkin: string = "res/ui/num0-9.png"; private bgSkin: string = "res/ui/coutDown.png"; private counter: Clip; private currFrame: number; private controller: Button; constructor() { // ...
来源: Laya2.0_文档 发布时间: 20210714
...译as的大致过程 希望给spine增加一个showSlotSkinByName(slotName:String, name:String)方法 希望官方能出物理引擎视频 希望Laya3D的入门提供一个unity的项目例子 希望加入类似Pixi.js的多纹理寄存器支持 高薪招聘H5游戏开发前端开发工程师-北京...
来源: Laya_社区 发布时间: 20181012
... = 0; i < arr.length; i++) { str += String.fromCharCode(arr[i]); } return toType === 'json' ? JSON.parse(decodeURIComponent(escape(str))) : decodeURIComponent(escape(str)); } //转换成byte function fromCharCode(pakoData,toType = 'json'){ let ...
来源: Laya_社区 发布时间: 20191211