大约有 113 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0069 秒)
Laya_社区(85) Laya2.0_文档(12) Laya3.0_文档(6) Laya_示例(4) Laya3.0_api(2) Laya2.0_示例(2) laya_api(1) Laya2.0_api(1)
...ite:Sprite=new Sprite(); sprite.pos(0, 0); var texture:Texture=new Texture(Browser.window.sharedCanvas); if (texture) { // texture.bitmap.alwaysChange=true; //小程序使用,非常费,这个参数可以根据自己的需求适当调整,如果内容不变可以不用设置成true sprite.g...
来源: Laya_社区 发布时间: 20180725
...码如下: console.log("onCharge-------------------------1"); if( Laya.Browser.window.conch ) { console.log("onCharge-------------------------2"); Laya.Browser.window.conch.captureScreen(function(arrayBuff,width,height){ console.log("onCharge-------------------------3"); //存储文件的方 Laya....
来源: Laya_社区 发布时间: 20170609
... },null,function(message){ let wx = Laya.Browser.window.wx; let openDataContext = wx.getOpenDataContext(); var rankTexture:Laya.Texture = new Laya.Texture(Laya.Browser.window.sharedCanvas); ...
来源: Laya_社区 发布时间: 20180529
createElement('button') 问题 var button = Laya.Browser.window.document.createElement('button'); button.type='button'; button.value ='逐加'; button.src = "xxxxx"; button.style.width = '40px'; button.style.height = '40px'; button.style.background = "../../../bin/res/atlas/assets.png"; // mapDivx....
来源: Laya_社区 发布时间: 20170619
...n的to方法完成缓动后的回调怎么写,Tween.to(beginbox,{x:-Laya.Browser.width},1000,null,aaa,0,false);aaa是一个测试方法 LayaAir 1.0.3测试版本bug问题反馈 Laya2.3.0beta发布的3D物理项目在百度开发工具上,用华为荣耀8A真机测试,3D场景出现闪屏 一...
来源: Laya_社区 发布时间: 20170603
...oader; import laya.ui.Button; import laya.ui.TipManager; import laya.utils.Browser; import laya.utils.Handler; import ui.TestTipsUI; public class ToolTipDemo { private var _testTip:TestTipsUI;//ui弹框(IDE发布),用于鼠标悬浮提示框 private var _tip:TipManager;//实例化TipManager pu...
来源: Laya_社区 发布时间: 20161115
...anvas时候报错。代码如下:var rankTexture = new Laya.Texture(Laya.Browser.window.sharedCanvas); rankTexture.bitmap.alwaysChange = true;//小程序使用,非常费 let sprite = new Laya.Sprite(); sprite.graphics.drawTexture(rankTexture, 0, 0, rankTexture.width, rankTexture.height); this._c...
来源: Laya_社区 发布时间: 20190920
...uffer=Laya.loader.getRes("data/Questv1_Regular.ttf"); if(arr && Browser.window.conch) { Browser.window.conch.setFontFaceFromBuffer("hu",arr); } var text:Text=new Text(); text.font="hu"; text.fontSize=50; text.text="لحسن نهر123"; text.pos(100, 100); text.width = 500; text.height = 5...
来源: Laya_社区 发布时间: 20180705
... let alignmentText = ""; let isFF = Laya.Browser.onFirefox; switch (this.textAlignment) { case "left": console.log(this.text + " left"); if (isFF) { ...
来源: Laya_社区 发布时间: 20180824
... "render") { console.log("重置共享数据域"); let sharedCanvas = Laya.Browser.window.sharedCanvas; sharedCanvas.width = 0; sharedCanvas.height = 0; // let tempMatrix = message.matrix; // let matrix = new Laya.Matrix(); // matrix.a = tempMatrix.a; // matrix.b = tempMatrix.b; // matrix.c = tempMa...
来源: Laya_社区 发布时间: 20180710