大约有 904 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0046 秒)
Laya_社区(686) Laya2.0_文档(89) Laya_示例(48) Laya2.0_示例(39) Laya3.0_文档(21) Laya3.0_api(19) laya_api(1) Laya2.0_api(1)
...exture2d的getPixels()中不能正确读取到alpha所对应的坐标 Laya.Loader.getRes("xxx.png")取出来的资源为什么是Texture2D,不是Texture texture2D 设置 wrapModeU 与 wrapModeV 无效 (关于素材要求的问题) Texture2D的getPixels()始终为空 Texture,和Texture2D如何互...
来源: Laya_社区 发布时间: 20181031
...代码: import Label = Laya.Label; import Handler = Laya.Handler; import Loader = Laya.Loader; class GameBootstrap{ public constructor(){ this.init(); } private init():void{ //初始化微信小游戏 Laya.MiniAdpter.ini...
来源: Laya_社区 发布时间: 20180529
...tos/login.proto", "protos/gm.proto", "protos/samplegame.proto", ]; Laya.loader.load(this._proto_files,Laya.Handler.create(this,this.OnProtoLoaded),null, Laya.Loader.TEXT); 打包的时候在release/web下面有了protos/loginxxxxxxxx.proto这样的文件 然后运行的时候,报了这样...
来源: Laya_社区 发布时间: 20180319
...; //设置背景颜色 Laya.stage.bgColor = "#ffcccc"; //加载资源 Laya.loader.load("res/atlas/comp.atlas",Laya.Handler.create(this,onLoaded),null,Laya.Loader.ATLAS) })(); function onLoaded(){ //实例化 var tempBG=new background(); Laya.stage.addChild(tempBG); } })();在background.js里是这...
来源: Laya_社区 发布时间: 20180129
...st在firefox里面执行正常在ios出现err 3d Tween使用不执行 Laya.loader.create 进度回调函数执行两次 2.6版本阴影在浏览器正常,在真机上直接没了?求解答 ios webgl开启后 切换到后台再回来直接重启app 问题状态 最新活动: 2018-03-05 10:33 浏...
来源: Laya_社区 发布时间: 20180305
...请: 与内容相关的链接 提交 1 个回复 qian 赞同来自: 通过loader的create去加载完来使用 2018-01-11 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 xiaochengyong 相关问题 unity导出粒子文件问题 加载到...
来源: Laya_社区 发布时间: 20180111
... addPic(str:String, x:int, y:int) { picUrl = str; picX = x; picY = y; Laya.loader.load(picUrl, Handler.create(this, showBgImg)); } private function showBgImg():void { pic = new Image(); pic.graphics.drawTexture(Laya.loader.getRes(picUrl), picX, picY); Laya.stage.addChild(pic); } } } Main.as packa...
来源: Laya_社区 发布时间: 20170522
....alignH = Stage.ALIGN_CENTER; Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.loader.load("assets/bg.jpg", Handler.create(this, loadCompleteHandler)); } private function loadCompleteHandler():void { var bg:Image = new Image("assets/bg.jpg"); Laya.stage.addChild(bg); }这张图在三星平板上可以...
来源: Laya_社区 发布时间: 20171124
...ar step = 0; Laya.init(1285, 727, Laya.WebGL); var stage = Laya.stage; var loader = Laya.loader; stage.bgColor = "#00ffff"; stage.alignH = "center"; stage.alignW = "middle"; stage.scaleMode = "showall"; loader.load("../../res/guide/crazy_snowball.png", Handler.create(this, init)); function init(e) {...
来源: Laya_社区 发布时间: 20171031
...bxtool 工具文件你们有吗? 我不要插件,要可执行的exe Laya.loader.create 进度回调函数执行两次 laya2.0如何用命令行执行清理并导出功能 问题状态 最新活动: 2018-10-10 20:11 浏览: 551 关注: 2 人
来源: Laya_社区 发布时间: 20181008